mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Undo the sys.exit
This commit is contained in:
parent
3a270fd7b8
commit
c726331fc4
@ -39,6 +39,7 @@ print "Tests skipped: %s" % c.skipped
|
||||
print "Tests with errors: %s" % c.errors
|
||||
|
||||
if (len(c.failures)+len(c.errors)+len(c.skipped)) != 0:
|
||||
raise Exception("Build failed")
|
||||
|
||||
sys.exit(1)
|
||||
|
||||
else:
|
||||
sys.exit(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user