test ui output also in rustc test suite
This commit is contained in:
parent
749efd2956
commit
bc5da2b5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ fn run_tests(mode: Mode, path: &str, target: Option<String>) {
|
|||
flags.push(target.clone());
|
||||
}
|
||||
|
||||
let skip_ui_checks = in_rustc_test_suite || env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
|
||||
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
|
||||
|
||||
let output_conflict_handling = match (env::var_os("MIRI_BLESS").is_some(), skip_ui_checks) {
|
||||
(false, false) => OutputConflictHandling::Error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue