Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/Makefile.inc.test
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ h2_report.html: report.html
.PHONY: check check-fail

check-fail:
@for SUBDIR in ${SUBDIRS}; do\
@((((for SUBDIR in ${SUBDIRS}; do\
echo -n "$$SUBDIR: "; \
if [ ! -s $$SUBDIR/results.txt ]; then\
echo FAIL - Empty/No results.txt; \
Expand Down Expand Up @@ -299,7 +299,7 @@ check-fail:
exit 1;\
fi;\
echo; \
done 2>&1 | tee -a $(TESTOUT)
done 2>&1; echo $? >&3) | tee -a $(TESTOUT) >&4) 3>&1) | (read stat; exit $$stat)) 4>&1

check:
@for SUBDIR in ${SUBDIRS}; do\
Expand Down
Loading