]> git.lizzy.rs Git - rust.git/commitdiff
mk: Print test summary after tidy when running 'make check'
authorBrian Anderson <banderson@mozilla.com>
Fri, 30 Jan 2015 22:58:02 +0000 (14:58 -0800)
committerBrian Anderson <banderson@mozilla.com>
Thu, 5 Feb 2015 22:37:17 +0000 (14:37 -0800)
mk/tests.mk

index 34513742cd4c888ac7bee413074e4ec21b566704..8728d816034894fd92ebee4a18e5a87714248fb4 100644 (file)
@@ -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