[cairo-commit] test/Makefile.am
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Jan 22 09:47:42 PST 2008
test/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5024650d4d8d4fa890a531d9e54fed7beef8e2c1
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Jan 22 12:45:50 2008 -0500
[test] Only summarize check results for the tests tested!
diff --git a/test/Makefile.am b/test/Makefile.am
index 79a5b2c..7ba6c5d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -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; \
More information about the cairo-commit
mailing list