mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Remove debug only code
This commit is contained in:
parent
a9a154f783
commit
ddc7090f49
@ -302,7 +302,6 @@ fn custom_runner_env_overrides_config() {
|
||||
|
||||
p.cargo("run")
|
||||
.env(&key, "should-run --foo")
|
||||
.stream()
|
||||
.with_status(101)
|
||||
.with_stderr_contains("[RUNNING] `should-run --foo target/debug/foo[EXE]`")
|
||||
.run();
|
||||
|
Loading…
x
Reference in New Issue
Block a user