diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 16d3a210c..40a23bcfa 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -5306,7 +5306,9 @@ fn web_platform_tests() { }); let testharness_path = util::wpt_path().join("resources/testharness.js"); - let testharness_text = std::fs::read_to_string(&testharness_path).unwrap(); + let testharness_text = std::fs::read_to_string(&testharness_path) + .unwrap() + .replace("output:true", "output:false"); let testharnessreporter_path = util::tests_path().join("wpt_testharnessconsolereporter.js"); let testharnessreporter_text = |