]> git.lizzy.rs Git - rust.git/commitdiff
Fix the name of the 'check-cargotest' step
authorBrian Anderson <banderson@mozilla.com>
Fri, 25 Mar 2016 17:33:10 +0000 (17:33 +0000)
committerBrian Anderson <banderson@mozilla.com>
Fri, 25 Mar 2016 17:33:10 +0000 (17:33 +0000)
src/bootstrap/mk/Makefile.in

index 7dd45a95a828bb4503d2c24ea011e1a7a40c656d..9199c755f603e4750127ccd6a3eb8eb42702862f 100644 (file)
@@ -38,8 +38,8 @@ standalone-docs:
        $(Q)$(BOOTSTRAP) --step doc-standalone
 check:
        $(Q)$(BOOTSTRAP) --step check
-cargotest:
-       $(Q)$(BOOTSTRAP) --step cargotest
+check-cargotest:
+       $(Q)$(BOOTSTRAP) --step check-cargotest
 dist:
        $(Q)$(BOOTSTRAP) --step dist