From 2245ac0938023973f47e4a3fdc058902478fa15b Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Fri, 4 Jan 2013 13:42:22 -0500 Subject: [PATCH] Bug 826308 - Robocop tests log output should contain begin/end block markers for the full test run. r=bc --- testing/mochitest/runtestsremote.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/mochitest/runtestsremote.py b/testing/mochitest/runtestsremote.py index 9d17873b2f49..caeaa090c73e 100644 --- a/testing/mochitest/runtestsremote.py +++ b/testing/mochitest/runtestsremote.py @@ -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: