summaryrefslogtreecommitdiffstats
path: root/c++/config/conclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/config/conclude.in')
-rw-r--r--c++/config/conclude.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/c++/config/conclude.in b/c++/config/conclude.in
index ac6897f..46ef19a 100644
--- a/c++/config/conclude.in
+++ b/c++/config/conclude.in
@@ -29,7 +29,7 @@ check test _test: tests
echo "Testing $$test $(TEST_FLAGS)"; \
echo "============================"; \
srcdir="$(srcdir)" \
- $(RUNTEST) ./$$test $(TEST_FLAGS) || \
+ ./$$test $(TEST_FLAGS) || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \
break; \
echo ""; \
@@ -41,7 +41,6 @@ check test _test: tests
echo "============================"; \
echo "Testing $$test $(TEST_FLAGS)"; \
echo "============================"; \
- RUNSERIAL="$(RUNSERIAL)" RUNPARALLEL="$(RUNPARALLEL)" \
srcdir="$(srcdir)" \
/bin/sh $$test $(TEST_FLAGS) || \
(test $$HDF5_Make_Ignore && echo "*** Error ignored") || \