Restore mention of number of test groups after success

pull/37/head
Thomas Kluyver 12 years ago
parent 9b25eb7cdb
commit 404fa0f034

@ -330,7 +330,7 @@ def run_iptestall(options):
took = "Took %.3fs." % t_tests
print('Status: ', end='')
if not failed:
print('OK.', took)
print('OK (%d test groups).' % nrunners, took)
else:
# If anything went wrong, point out what command to rerun manually to
# see the actual errors and individual summary

Loading…
Cancel
Save