Skip to content

Commit

Permalink
Bug 1050148 - Dump the log buffer after each run (with run-by-dir). r…
Browse files Browse the repository at this point in the history
…=jmaher
  • Loading branch information
halflings committed Aug 7, 2014
1 parent fdf86ee commit 8ac616e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/mochitest/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1639,6 +1639,9 @@ def runTests(self, options, onLaunch=None):
# if we use the directory provided by the user.
result = self.runMochitests(options, onLaunch)

# Dump the logging buffer
self.message_logger.dump_buffered()

# printing total number of tests
if options.browserChrome:
print "TEST-INFO | checking window state"
Expand Down

0 comments on commit 8ac616e

Please sign in to comment.