diff options
| author | bors <bors@rust-lang.org> | 2014-07-08 09:56:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-07-08 09:56:41 +0000 |
| commit | e2e237afc1f9887699414c33332faa1efaba41ce (patch) | |
| tree | 85f17ba748e44674787f814886c0d72abf9affc2 | |
| parent | 6959931498820b2b784168164b53a79dceafc4da (diff) | |
| parent | 8121c39a3ef6225c8500cdd9f4f14e6e4cc1456f (diff) | |
| download | rust-e2e237afc1f9887699414c33332faa1efaba41ce.tar.gz rust-e2e237afc1f9887699414c33332faa1efaba41ce.zip | |
auto merge of #15516 : brson/rust/tidy, r=alexcrichton
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?
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 44bedde99cc..37540af4f68 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -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 |
