diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-01-30 14:58:02 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-02-05 14:37:17 -0800 |
| commit | 1364919b6c0d850bda6b381de5bfff72edb2fa74 (patch) | |
| tree | a2b58cc06a9b9f7d629d58f91281dcad6983a069 | |
| parent | 68ddd73257e0d09adb64ea05683ee4d21f51ea48 (diff) | |
| download | rust-1364919b6c0d850bda6b381de5bfff72edb2fa74.tar.gz rust-1364919b6c0d850bda6b381de5bfff72edb2fa74.zip | |
mk: Print test summary after tidy when running 'make check'
| -rw-r--r-- | mk/tests.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index 34513742cd4..8728d816034 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -162,7 +162,8 @@ $(foreach file,$(wildcard $(S)src/doc/trpl/*.md), \ ###################################################################### # The main testing target. Tests lots of stuff. -check: cleantmptestlogs cleantestlibs check-notidy tidy +check: cleantmptestlogs cleantestlibs all check-stage2 tidy + $(Q)$(CFG_PYTHON) $(S)src/etc/check-summary.py tmp/*.log # As above but don't bother running tidy. check-notidy: cleantmptestlogs cleantestlibs all check-stage2 |
