summaryrefslogtreecommitdiff
path: root/cli/tests/info_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-09 10:54:24 -0500
committerGitHub <noreply@github.com>2022-12-09 10:54:24 -0500
commit653aebfa1aa9121070df98ee88474b5f821fb15d (patch)
tree90766bc70aa83f4f16ec1c517e495cd7c6a98fbd /cli/tests/info_tests.rs
parentcb6700fa5aac03fb3e082f9ed2e01d74238e6a99 (diff)
fix: respect the `--quiet` flag in more cases (#16998)
Diffstat (limited to 'cli/tests/info_tests.rs')
-rw-r--r--cli/tests/info_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/info_tests.rs b/cli/tests/info_tests.rs
index 5818fe3be..a255eab4f 100644
--- a/cli/tests/info_tests.rs
+++ b/cli/tests/info_tests.rs
@@ -34,7 +34,6 @@ mod init {
.unwrap();
let str_output = std::str::from_utf8(&output.stdout).unwrap().trim();
- eprintln!("{}", str_output);
// check the output of the test.ts program.
assert!(str_output.contains("emit: "));
assert_eq!(output.stderr, b"");