Skip to content

Commit

Permalink
auto merge of #15516 : brson/rust/tidy, r=alexcrichton
Browse files Browse the repository at this point in the history
Tidy takes like forever to run. How many times have I wished I didn't have to sit through tidy before seeing my tests fail?
  • Loading branch information
bors committed Jul 8, 2014
2 parents 6959931 + 8121c39 commit e2e237a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ endif
# Main test targets
######################################################################

check: cleantmptestlogs cleantestlibs tidy check-notidy
check: cleantmptestlogs cleantestlibs check-notidy tidy

check-notidy: cleantmptestlogs cleantestlibs all check-stage2
$(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log
Expand Down

0 comments on commit e2e237a

Please sign in to comment.