mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-30 10:30:47 +00:00
When running tests from command line, set exit code appropriately.
This commit is contained in:
parent
bfbe169364
commit
1bd1424e33
@ -460,5 +460,7 @@ if __name__ == '__main__':
|
||||
|
||||
if failed > 0:
|
||||
print "\nTotal test case failures: %d" % failed
|
||||
sys.exit(1)
|
||||
else:
|
||||
print "\nAll test cases succeeded"
|
||||
sys.exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user