Skip to content

Commit 053edf4

Browse files
committed
Auto merge of rust-lang#2901 - oli-obk:noisy, r=RalfJung
Hide full miri command line in `./miri run-dep` fixes rust-lang#2443
2 parents 13e4766 + 0f5ac83 commit 053edf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/compiletest.rs

-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ fn run_dep_mode(target: String, mut args: impl Iterator<Item = OsString>) -> Res
277277
// the arguments to the interpreted prog
278278
cmd.arg("--");
279279
cmd.args(args);
280-
println!("{cmd:?}");
281280
if cmd.spawn()?.wait()?.success() { Ok(()) } else { std::process::exit(1) }
282281
}
283282

0 commit comments

Comments
 (0)