##// END OF EJS Templates
Restore mention of number of test groups after success
Thomas Kluyver -
Show More
@@ -330,7 +330,7 b' def run_iptestall(options):'
330 took = "Took %.3fs." % t_tests
330 took = "Took %.3fs." % t_tests
331 print('Status: ', end='')
331 print('Status: ', end='')
332 if not failed:
332 if not failed:
333 print('OK.', took)
333 print('OK (%d test groups).' % nrunners, took)
334 else:
334 else:
335 # If anything went wrong, point out what command to rerun manually to
335 # If anything went wrong, point out what command to rerun manually to
336 # see the actual errors and individual summary
336 # see the actual errors and individual summary
General Comments 0
You need to be logged in to leave comments. Login now