Show us the pid for which the test suite is running under.

This commit is contained in:
Pedro Algarvio 2012-12-04 11:24:24 +00:00
parent 4bf9bd3c77
commit e2d404950b

View File

@ -288,6 +288,10 @@ def parse_opts():
logging.root.setLevel(logging.DEBUG)
print_header('Logging tests on {0}'.format(logfile), bottom=False)
print_header(
'Test suite is running under PID {0}'.format(os.getpid()), bottom=False
)
# With greater verbosity we can also log to the console
if options.verbosity > 2: