From fcffefcc4629495683ea0ffb764e330fee9a2614 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 7 Jul 2016 12:37:43 -0400 Subject: [PATCH] Port https://github.com/w3c/wptrunner/commit/dd8ba1a0710c476ec4f56f78db87f634762085ee to avoid mac builder bustage. --- tests/wpt/harness/wptrunner/testharnessreport-servo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/harness/wptrunner/testharnessreport-servo.js b/tests/wpt/harness/wptrunner/testharnessreport-servo.js index d1b31676170..6464436c339 100644 --- a/tests/wpt/harness/wptrunner/testharnessreport-servo.js +++ b/tests/wpt/harness/wptrunner/testharnessreport-servo.js @@ -8,7 +8,7 @@ setup(props); add_completion_callback(function (tests, harness_status) { var id = location.pathname + location.search + location.hash; - alert("RESULT: " + JSON.stringify([ + console.log("ALERT: RESULT: " + JSON.stringify([ id, harness_status.status, harness_status.message,