mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
Merge pull request #4271 from takluyver/piped-tests-headings
Hopefully fix ordering of output on ShiningPanda
This commit is contained in:
commit
418b44ccff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user