mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Bug 814011 - Robocop should output the runTests() return code for that batch of tests, if non-zero; r=gbrown
This commit is contained in:
parent
b927c05c37
commit
66ea187ed4
@ -497,6 +497,8 @@ def main():
|
||||
try:
|
||||
dm.recordLogcat()
|
||||
result = mochitest.runTests(options)
|
||||
if result != 0:
|
||||
print "ERROR: runTests() exited with code %s" % result
|
||||
# Ensure earlier failures aren't overwritten by success on this run
|
||||
if retVal is None or retVal == 0:
|
||||
retVal = result
|
||||
|
Loading…
x
Reference in New Issue
Block a user