mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Show us the pid for which the test suite is running under.
This commit is contained in:
parent
4bf9bd3c77
commit
e2d404950b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user