compiletest: unset RUSTC_LOG_COLOR
If this leaks in from the environment then it can make tests fail when they deliberately trigger `WARN` or `ERROR` logging. Signed-off-by: David Wood <david@davidtw.co>
This commit is contained in:
parent
86b603cd79
commit
8d251c215e
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ impl TestProps {
|
|||
aux_crates: vec![],
|
||||
revisions: vec![],
|
||||
rustc_env: vec![("RUSTC_ICE".to_string(), "0".to_string())],
|
||||
unset_rustc_env: vec![],
|
||||
unset_rustc_env: vec![("RUSTC_LOG_COLOR".to_string())],
|
||||
exec_env: vec![],
|
||||
unset_exec_env: vec![],
|
||||
build_aux_docs: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue