Skip to content

Commit

Permalink
Auto merge of #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
bors committed Mar 26, 2016
2 parents c9b6ba8 + c7049f6 commit 346d0d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/mk/Makefile.in
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 346d0d5

Please sign in to comment.