We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nonzero_exit_code
RUST_BACKTRACE
1 parent a4fe27a commit 4ebbda1Copy full SHA for 4ebbda1
tests/testsuite/test.rs
@@ -4869,6 +4869,7 @@ error: 2 targets failed:
4869
.run();
4870
4871
p.cargo("test --no-fail-fast -- --nocapture")
4872
+ .env_remove("RUST_BACKTRACE")
4873
.with_stderr_does_not_contain("test exited abnormally; to see the full output pass --nocapture to the harness.")
4874
.with_stderr_contains("[..]thread 't' panicked [..] tests/t1[..]")
4875
.with_stderr_contains("note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace")
0 commit comments