Show More
@@ -291,6 +291,7 b' def run_iptestall(options):' | |||||
291 | # This actually means sequential, i.e. with 1 job |
|
291 | # This actually means sequential, i.e. with 1 job | |
292 | for controller in to_run: |
|
292 | for controller in to_run: | |
293 | print('IPython test group:', controller.section) |
|
293 | print('IPython test group:', controller.section) | |
|
294 | sys.stdout.flush() # Show in correct order when output is piped | |||
294 | controller, res = do_run(controller) |
|
295 | controller, res = do_run(controller) | |
295 | if res: |
|
296 | if res: | |
296 | failed.append(controller) |
|
297 | failed.append(controller) |
General Comments 0
You need to be logged in to leave comments.
Login now