about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mk/tests.mk3
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