mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
test(test): unnecessay env_remove("RUST_BACKTRACE")
This is done for all tests in f3c7525a61d61b347ed9e2e278dd84cc8c943531
This commit is contained in:
parent
e965b41fa0
commit
dfa8f26ddc
@ -5497,7 +5497,6 @@ Caused by:
|
||||
.run();
|
||||
|
||||
p.cargo("test --no-fail-fast -- --nocapture")
|
||||
.env_remove("RUST_BACKTRACE")
|
||||
.with_stderr_does_not_contain(
|
||||
"test exited abnormally; to see the full output pass --nocapture to the harness.",
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user