mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 14:58:09 +02:00
[test] Only summarize check results for the tests tested!
This commit is contained in:
parent
18181f12ae
commit
5024650d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue