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

pull/1516/head
sebres 2016-08-18 14:22:38 +02:00
parent 13a70e3bdb
commit f7f618b15d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ verbosity = opts.verbosity
# #
# Let know the version # 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..." \ print("Fail2ban %s test suite. Python %s. Please wait..." \
% (version, str(sys.version).replace('\n', ''))) % (version, str(sys.version).replace('\n', '')))