We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1071af commit 26fc26fCopy full SHA for 26fc26f
src/tools/miri/tests/compiletest.rs
@@ -76,7 +76,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
76
let skip_ui_checks = env::var_os("MIRI_SKIP_UI_CHECKS").is_some();
77
78
let output_conflict_handling = match (bless, skip_ui_checks) {
79
- (false, false) => OutputConflictHandling::Error("./miri bless".into()),
+ (false, false) => OutputConflictHandling::Error("./miri test --bless".into()),
80
(true, false) => OutputConflictHandling::Bless,
81
(false, true) => OutputConflictHandling::Ignore,
82
(true, true) => panic!("cannot use RUSTC_BLESS and MIRI_SKIP_UI_CHECKS at the same time"),
0 commit comments