Bug 1297377 - Reftests on OSX should generate and upload a structured log artifact, r?jgraham draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Tue, 23 Aug 2016 09:11:36 -0400
changeset 404376 99e62c67c604e14be31c6e91fd153c9c203f1592
parent 404375 bad612fd3ab0263e3bcb37c06f2659d48a0687d7
child 529182 ac515548755da8df0adc380699b755dd07ff462c
push id27207
push userahalberstadt@mozilla.com
push dateTue, 23 Aug 2016 13:13:03 +0000
reviewersjgraham
bugs1297377
milestone51.0a1
Bug 1297377 - Reftests on OSX should generate and upload a structured log artifact, r?jgraham MozReview-Commit-ID: 2QdsnWBmoey
testing/mozharness/configs/unittests/mac_unittest.py
--- a/testing/mozharness/configs/unittests/mac_unittest.py
+++ b/testing/mozharness/configs/unittests/mac_unittest.py
@@ -109,17 +109,19 @@ config = {
             "run_filename": "runtestlist.py",
             "testsdir": "mozmill"
         },
         "reftest": {
             "options": [
                 "--appname=%(binary_path)s",
                 "--utility-path=tests/bin",
                 "--extra-profile-file=tests/bin/plugins",
-                "--symbols-path=%(symbols_path)s"
+                "--symbols-path=%(symbols_path)s",
+                "--log-raw=%(raw_log_file)s",
+                "--log-errorsummary=%(error_summary_file)s",
                 "--cleanup-crashes",
             ],
             "run_filename": "runreftest.py",
             "testsdir": "reftest"
         },
         "xpcshell": {
             "options": [
                 "--symbols-path=%(symbols_path)s",