##// END OF EJS Templates
Add exit code when running all tests with iptest.
Thomas Kluyver -
Show More
@@ -425,6 +425,8 b' def run_iptestall():'
425 print 'You may wish to rerun this one individually, with:'
425 print 'You may wish to rerun this one individually, with:'
426 print ' '.join(failed_runner.call_args)
426 print ' '.join(failed_runner.call_args)
427 print
427 print
428 # Ensure that our exit code indicates failure
429 sys.exit(1)
428
430
429
431
430 def main():
432 def main():
General Comments 0
You need to be logged in to leave comments. Login now