summaryrefslogtreecommitdiffstats
path: root/perform/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r--perform/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in
index 979fe74..56f2cf3 100644
--- a/perform/Makefile.in
+++ b/perform/Makefile.in
@@ -881,7 +881,7 @@ build-check-p: $(LIB) $(PROGS) $(TESTS)
@for test in $(TEST_PROG_PARA) dummy; do \
if test $$test != dummy; then \
$(MAKE) $(AM_MAKEFLAGS) $$test.chkexe_ \
- RUNTESTS="$(RUNPARALLEL)"; \
+ RUNTESTS="$(RUNPARALLEL)" || exit 1; \
fi; \
done
@for test in $(TEST_SCRIPT_PARA) dummy; do \