]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/test.rs
replaced resume_unwind with process::exit to fix
[rust.git] / src / bootstrap / test.rs
index 197821f034f891df605f2e45be166d1004455008..ed1d883d0dca6f4d678448eea67240e82aec3bd1 100644 (file)
@@ -628,6 +628,10 @@ fn run(self, builder: &Builder<'_>) {
             cargo.env("MIRI_HOST_SYSROOT", sysroot);
             cargo.env("RUSTC_LIB_PATH", builder.rustc_libdir(compiler));
             cargo.env("MIRI", miri);
+            // propagate --bless
+            if builder.config.cmd.bless() {
+                cargo.env("MIRI_BLESS", "Gesundheit");
+            }
 
             cargo.arg("--").args(builder.config.cmd.test_args());