Auto merge of #32484 - brson:cargotest, r=alexcrichton

Fix the name of the 'check-cargotest' step
This commit is contained in:
bors 2016-03-26 05:52:39 -07:00
commit 346d0d5175

View 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