Rollup merge of #113158 - davidtwco:unset-rustc-log-color-in-test, r=wesleywiser
tests: unset `RUSTC_LOG_COLOR` in a test Setting `RUSTC_LOG_COLOR=always` is sometimes useful if tools that one pipes `RUSTC_LOG` into support coloured output, but it makes this test fail because it has a `.stderr` file with `WARN` log output.
This commit is contained in:
commit
b70c5538b6
@ -1,4 +1,5 @@
|
||||
// run-pass
|
||||
// unset-rustc-env:RUSTC_LOG_COLOR
|
||||
|
||||
// Regression test for https://github.com/rust-lang/rust/issues/73431.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user