Skip to content

Commit

Permalink
Use actual console output, rather than alert dialogs (#194)
Browse files Browse the repository at this point in the history
Now that Servo has actual alert dialogs, long logging strings can cause problems.
  • Loading branch information
jdm authored and Ms2ger committed Jul 5, 2016
1 parent b9f4ca3 commit dd8ba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/testharnessreport-servo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd8ba1a

Please sign in to comment.