Skip to content

Commit

Permalink
test(test): unnecessay env_remove("RUST_BACKTRACE")
Browse files Browse the repository at this point in the history
This is done for all tests in f3c7525
  • Loading branch information
weihanglo committed Sep 30, 2024
1 parent e965b41 commit dfa8f26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testsuite/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)
Expand Down

0 comments on commit dfa8f26

Please sign in to comment.