mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Let know the version (and python), also in travis (no output if verbosity is 0)
This commit is contained in:
parent
13a70e3bdb
commit
f7f618b15d
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ verbosity = opts.verbosity
|
|||
#
|
||||
# Let know the version
|
||||
#
|
||||
if opts.log_level != logging.CRITICAL: # pragma: no cover
|
||||
if opts.verbosity != 0: # pragma: no cover
|
||||
print("Fail2ban %s test suite. Python %s. Please wait..." \
|
||||
% (version, str(sys.version).replace('\n', '')))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue