testing: log PID of runtests.py

Tracking of PIDs becomes relevant when parallelizing testing. The message
also shows when a particular runtest.py run started.
This commit is contained in:
Patrick Ohly 2014-01-07 02:38:19 -08:00
parent ed3cf97a87
commit a0863378d9

View file

@ -2099,4 +2099,5 @@ if options.list:
for action in context.todo:
print action.name
else:
log('Ready to run. I have PID %d.', os.getpid())
context.execute()