mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Port dd8ba1a071
to avoid mac builder bustage.
This commit is contained in:
parent
4fafcb121f
commit
fcffefcc46
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ setup(props);
|
||||||
|
|
||||||
add_completion_callback(function (tests, harness_status) {
|
add_completion_callback(function (tests, harness_status) {
|
||||||
var id = location.pathname + location.search + location.hash;
|
var id = location.pathname + location.search + location.hash;
|
||||||
alert("RESULT: " + JSON.stringify([
|
console.log("ALERT: RESULT: " + JSON.stringify([
|
||||||
id,
|
id,
|
||||||
harness_status.status,
|
harness_status.status,
|
||||||
harness_status.message,
|
harness_status.message,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue