Skip to content

Commit d19cfd2

Browse files
committed
Fix breakage
1 parent 5ed35a4 commit d19cfd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cargo/ops/cargo_test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ fn run_doc_tests(
215215
p.arg("--test-args").arg(arg);
216216
}
217217

218+
if config.shell().verbosity() == Verbosity::Quiet {
219+
p.arg("--test-args").arg("--quiet");
220+
}
221+
218222
config
219223
.shell()
220224
.verbose(|shell| shell.status("Running", p.to_string()))?;

0 commit comments

Comments
 (0)