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 d5e9e94 commit 54b122eCopy full SHA for 54b122e
src/bootstrap/test.rs
@@ -628,6 +628,10 @@ impl Step for Miri {
628
cargo.env("MIRI_HOST_SYSROOT", sysroot);
629
cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
630
cargo.env("MIRI", miri);
631
+ // propagate --bless
632
+ if builder.config.cmd.bless() {
633
+ cargo.env("MIRI_BLESS", "Gesundheit");
634
+ }
635
636
cargo.arg("--").args(builder.config.cmd.test_args());
637
0 commit comments