summaryrefslogtreecommitdiffstats
path: root/hl/tools/gif2h5/Makefile.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-10-27 22:30:46 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-10-27 22:30:46 (GMT)
commit91cbcdf42f1222fd9d657424ae2d3af1213f22dd (patch)
treeade8474e74437d8eafa8abbd5ea46d834e62b6c1 /hl/tools/gif2h5/Makefile.in
parentcef7b9f008467d0fc76bad4dbbe901a3ddf7f6d5 (diff)
downloadhdf5-91cbcdf42f1222fd9d657424ae2d3af1213f22dd.zip
hdf5-91cbcdf42f1222fd9d657424ae2d3af1213f22dd.tar.gz
hdf5-91cbcdf42f1222fd9d657424ae2d3af1213f22dd.tar.bz2
[svn-r11612] Purpose:
Bug fix Description: Failed parallel tests now cause make to exit with an error. Solution: Edited config/conclude.am to throw an error if parallel test programs fail. Platforms tested: heping, modi4
Diffstat (limited to 'hl/tools/gif2h5/Makefile.in')
-rw-r--r--hl/tools/gif2h5/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in
index ce7a02d..e8b76a1 100644
--- a/hl/tools/gif2h5/Makefile.in
+++ b/hl/tools/gif2h5/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 \