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 {
9494 | Command :: Cargo { .. } => Self :: auto_actions ( ) ?,
9595 | Command :: ManySeeds { .. }
9696 | Command :: Toolchain { .. }
97- | Command :: RustcPull { .. }
9897 | Command :: Bench { .. }
98+ | Command :: RustcPull { .. }
9999 | Command :: RustcPush { .. } => { }
100100 }
101101 // Then run the actual command.
@@ -295,6 +295,7 @@ impl Command {
295295 bail ! ( "expected many-seeds command to be non-empty" ) ;
296296 } ;
297297 let sh = Shell :: new ( ) ?;
298+ sh. set_var ( "MIRI_AUTO_OPS" , "no" ) ; // just in case we get recursively invoked
298299 for seed in seed_start..seed_end {
299300 println ! ( "Trying seed: {seed}" ) ;
300301 let mut miriflags = env:: var_os ( "MIRIFLAGS" ) . unwrap_or_default ( ) ;
You can’t perform that action at this time.
0 commit comments