@@ -256,7 +256,7 @@ impl Step for Rls {
256256 builder. add_rustc_lib_path ( compiler, & mut cargo) ;
257257
258258 if try_run ( build, & mut cargo) {
259- build. save_toolstate ( "rls" , ToolState :: Testing ) ;
259+ build. save_toolstate ( "rls" , ToolState :: TestPass ) ;
260260 }
261261 }
262262}
@@ -302,7 +302,7 @@ impl Step for Rustfmt {
302302 builder. add_rustc_lib_path ( compiler, & mut cargo) ;
303303
304304 if try_run ( build, & mut cargo) {
305- build. save_toolstate ( "rustfmt" , ToolState :: Testing ) ;
305+ build. save_toolstate ( "rustfmt" , ToolState :: TestPass ) ;
306306 }
307307 }
308308}
@@ -352,7 +352,7 @@ impl Step for Miri {
352352 builder. add_rustc_lib_path ( compiler, & mut cargo) ;
353353
354354 if try_run ( build, & mut cargo) {
355- build. save_toolstate ( "miri" , ToolState :: Testing ) ;
355+ build. save_toolstate ( "miri" , ToolState :: TestPass ) ;
356356 }
357357 } else {
358358 eprintln ! ( "failed to test miri: could not build" ) ;
@@ -407,7 +407,7 @@ impl Step for Clippy {
407407 builder. add_rustc_lib_path ( compiler, & mut cargo) ;
408408
409409 if try_run ( build, & mut cargo) {
410- build. save_toolstate ( "clippy-driver" , ToolState :: Testing ) ;
410+ build. save_toolstate ( "clippy-driver" , ToolState :: TestPass ) ;
411411 }
412412 } else {
413413 eprintln ! ( "failed to test clippy: could not build" ) ;
0 commit comments