[test] Only summarize check results for the tests tested!

This commit is contained in:
Behdad Esfahbod 2008-01-22 12:45:50 -05:00
parent 18181f12ae
commit 5024650d4d

View file

@ -551,7 +551,7 @@ user-data
check: AM_MAKEFLAGS+=-k
check-local:
@FAILED_TESTS=""; \
for t in *.log; do \
for t in $(TESTS:$(EXEEXT)=.log); do \
if grep -e '\<FAIL\>' $$t >/dev/null 2>&1; then \
FAILED_TESTS="$$FAILED_TESTS $${t%.log}"; \
fi; \