Skip to content

Commit 0f5ac83

Browse files
committed
Hide full miri command line in ./miri run-dep
1 parent aee196f commit 0f5ac83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/miri/tests/compiletest.rs

Lines changed: 0 additions & 1 deletion
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)