diff options
Diffstat (limited to 'tools/gifconv')
-rw-r--r-- | tools/gifconv/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gifconv/Makefile.in b/tools/gifconv/Makefile.in index ce7a02d..e8b76a1 100644 --- a/tools/gifconv/Makefile.in +++ b/tools/gifconv/Makefile.in @@ -795,7 +795,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 \ |