Skip to content

Commit

Permalink
auto merge of #12465 : huonw/rust/notidy, r=brson
Browse files Browse the repository at this point in the history
tidy has some limitations (e.g. the "checked in binaries" check doesn't
and can't actually check git), and so it's useful to run tests without
running tidy occasionally.
  • Loading branch information
bors committed Feb 25, 2014
2 parents 994b48c + abde5ed commit 4bc7672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/tests.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ endif
# Main test targets
######################################################################

check: cleantestlibs cleantmptestlogs tidy all check-stage2
check: cleantmptestlogs cleantestlibs tidy check-notidy

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

check-lite: cleantestlibs cleantmptestlogs \
Expand Down

0 comments on commit 4bc7672

Please sign in to comment.