File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/tools/miri/miri-script/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ impl Command {
94
94
| Command :: Cargo { .. } => Self :: auto_actions ( ) ?,
95
95
| Command :: ManySeeds { .. }
96
96
| Command :: Toolchain { .. }
97
- | Command :: RustcPull { .. }
98
97
| Command :: Bench { .. }
98
+ | Command :: RustcPull { .. }
99
99
| Command :: RustcPush { .. } => { }
100
100
}
101
101
// Then run the actual command.
@@ -295,6 +295,7 @@ impl Command {
295
295
bail ! ( "expected many-seeds command to be non-empty" ) ;
296
296
} ;
297
297
let sh = Shell :: new ( ) ?;
298
+ sh. set_var ( "MIRI_AUTO_OPS" , "no" ) ; // just in case we get recursively invoked
298
299
for seed in seed_start..seed_end {
299
300
println ! ( "Trying seed: {seed}" ) ;
300
301
let mut miriflags = env:: var_os ( "MIRIFLAGS" ) . unwrap_or_default ( ) ;
You can’t perform that action at this time.
0 commit comments