Let know the version (and python), also in travis (no output if verbosity is 0)

This commit is contained in:
sebres 2016-08-18 14:22:38 +02:00
parent 13a70e3bdb
commit f7f618b15d

View file

@ -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', '')))