mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Missed quotes!
This commit is contained in:
parent
099b75e0b9
commit
3a270fd7b8
@ -39,6 +39,6 @@ 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)
|
||||
raise Exception("Build failed")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user