We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe18afe commit 4f75d67Copy full SHA for 4f75d67
src/tools/compiletest/src/header.rs
@@ -265,7 +265,10 @@ impl TestProps {
265
aux_bins: vec![],
266
aux_crates: vec![],
267
revisions: vec![],
268
- rustc_env: vec![("RUSTC_ICE".to_string(), "0".to_string())],
+ rustc_env: vec![
269
+ ("RUSTC_ICE".to_string(), "0".to_string()),
270
+ ("RUST_BACKTRACE".to_string(), "short".to_string()),
271
+ ],
272
unset_rustc_env: vec![("RUSTC_LOG_COLOR".to_string())],
273
exec_env: vec![],
274
unset_exec_env: vec![],
0 commit comments