Commit 2f01ea64 authored by Stefan Behnel's avatar Stefan Behnel

Write time stamps in test runner directly to original stderr, not to potentially captured one.

parent 0b368ad3
......@@ -2169,7 +2169,7 @@ def time_stamper_thread(interval=10):
interval = _xrange(interval * 4)
now = datetime.now
write = sys.stderr.write
write = sys.__stderr__.write
stop = False
def time_stamper():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment