Auto merge of #2901 - oli-obk:noisy, r=RalfJung
Hide full miri command line in `./miri run-dep` fixes #2443
This commit is contained in:
commit
053edf46bb
1 changed files with 0 additions and 1 deletions
|
|
@ -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) }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue