summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-01-13 02:14:17 +0100
committerGitHub <noreply@github.com>2021-01-12 17:14:17 -0800
commit1728b3ba1972faf532f261d2a7cfd6130d0f548f (patch)
treec167d5906b4f5e9df599679ec4076453afe524f8 /cli/tests/integration_tests.rs
parentef0bbbbeaf1d5d701da7850deaa1d02b7dcfb6aa (diff)
tests: disable logging of 'ok' web platform tests (#9087)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 35e770c47..5067b87eb 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -5329,6 +5329,7 @@ fn web_platform_tests() {
.arg("-A")
.arg(file.path())
.arg(deno_core::serde_json::to_string(&expect_fail).unwrap())
+ .arg("--quiet")
.stdin(std::process::Stdio::piped())
.spawn()
.unwrap();