Skip to content

Commit

Permalink
Rollup merge of rust-lang#32484 - brson:cargotest, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix the name of the 'check-cargotest' step
  • Loading branch information
Manishearth committed Mar 26, 2016
2 parents 707517e + c7049f6 commit 49a9137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/mk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49a9137

Please sign in to comment.