Skip to content

Commit 54b122e

Browse files
committed
propagate --bless to Miri
1 parent d5e9e94 commit 54b122e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/test.rs

+4
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ impl Step for Miri {
628628
cargo.env("MIRI_HOST_SYSROOT", sysroot);
629629
cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
630630
cargo.env("MIRI", miri);
631+
// propagate --bless
632+
if builder.config.cmd.bless() {
633+
cargo.env("MIRI_BLESS", "Gesundheit");
634+
}
631635

632636
cargo.arg("--").args(builder.config.cmd.test_args());
633637

0 commit comments

Comments
 (0)