mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-13 05:29:14 +00:00
Merge pull request #24 from catseye/test-sets-exit-code
When running tests from command line, set exit code appropriately.
This commit is contained in:
commit
33b9e9acac
@ -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