Skip to content

Commit

Permalink
Merge pull request #196 from jdm/patch-8
Browse files Browse the repository at this point in the history
Make the console output match the expected output
  • Loading branch information
andreastt authored Jul 7, 2016
2 parents dd8ba1a + 143f86f commit 4deef56
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;
console.log("ALERT RESULT: " + JSON.stringify([
console.log("ALERT: RESULT: " + JSON.stringify([
id,
harness_status.status,
harness_status.message,
Expand Down

0 comments on commit 4deef56

Please sign in to comment.