Skip to content

Commit

Permalink
Auto merge of rust-lang#2901 - oli-obk:noisy, r=RalfJung
Browse files Browse the repository at this point in the history
Hide full miri command line in `./miri run-dep`

fixes rust-lang#2443
  • Loading branch information
bors committed May 23, 2023
2 parents 13e4766 + 0f5ac83 commit 053edf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/miri/tests/compiletest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ fn run_dep_mode(target: String, mut args: impl Iterator<Item = OsString>) -> Res
// the arguments to the interpreted prog
cmd.arg("--");
cmd.args(args);
println!("{cmd:?}");
if cmd.spawn()?.wait()?.success() { Ok(()) } else { std::process::exit(1) }
}

Expand Down

0 comments on commit 053edf4

Please sign in to comment.