Bug 826308 - Robocop tests log output should contain begin/end block markers for the full test run. r=bc

This commit is contained in:
Joel Maher 2013-01-04 13:42:22 -05:00
parent dc68a4ac60
commit 2245ac0938

View File

@ -552,7 +552,9 @@ def main():
else:
# if we didn't have some kind of error running the tests, make
# sure the tests actually passed
print "INFO | runtests.py | Test summary: start."
overallResult = mochitest.printLog()
print "INFO | runtests.py | Test summary: end."
if retVal == 0:
retVal = overallResult
else: