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…
Reference in New Issue