From 1728b3ba1972faf532f261d2a7cfd6130d0f548f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 13 Jan 2021 02:14:17 +0100 Subject: tests: disable logging of 'ok' web platform tests (#9087) --- cli/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/integration_tests.rs') 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(); -- cgit v1.2.3