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