Merge pull request #4271 from takluyver/piped-tests-headings

Hopefully fix ordering of output on ShiningPanda
This commit is contained in:
Thomas Kluyver 2013-09-24 16:31:44 -07:00
commit 418b44ccff

View File

@ -291,6 +291,7 @@ def run_iptestall(options):
# This actually means sequential, i.e. with 1 job
for controller in to_run:
print('IPython test group:', controller.section)
sys.stdout.flush() # Show in correct order when output is piped
controller, res = do_run(controller)
if res:
failed.append(controller)