Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9642534

Browse files
committed
Auto merge of rust-lang#2179 - RalfJung:rustc, r=oli-obk
test ui output also in rustc test suite `@oli-obk` when I just tried this locally (`./x.py test src/tools/miri --stage 0`), it worked fine. What differences had you seen before?
2 parents 2bbb70f + bc5da2b commit 9642534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) {
3838
flags.push(target.clone());
3939
}
4040

41-
let skip_ui_checks = in_rustc_test_suite || env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
41+
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
4242

4343
let output_conflict_handling = match (env::var_os("MIRI_BLESS").is_some(), skip_ui_checks) {
4444
(false, false) => OutputConflictHandling::Error,

0 commit comments

Comments
 (0)