Skip to content

Commit f3c7525

Browse files
committed
Tests rely on absence of RUST_BACKTRACE
1 parent 9e152bb commit f3c7525

File tree

1 file changed

+1
-0
lines changed
  • crates/cargo-test-support/src

1 file changed

+1
-0
lines changed

crates/cargo-test-support/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,7 @@ pub trait TestEnvCommandExt: Sized {
14561456
.env_remove("MFLAGS")
14571457
.env_remove("MSYSTEM") // assume cmd.exe everywhere on windows
14581458
.env_remove("RUSTC")
1459+
.env_remove("RUST_BACKTRACE")
14591460
.env_remove("RUSTC_WORKSPACE_WRAPPER")
14601461
.env_remove("RUSTC_WRAPPER")
14611462
.env_remove("RUSTDOC")

0 commit comments

Comments
 (0)