summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/config/commence.in3
-rw-r--r--c++/config/conclude.in3
2 files changed, 1 insertions, 5 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in
index 872fdb0..a6a3237 100644
--- a/c++/config/commence.in
+++ b/c++/config/commence.in
@@ -28,9 +28,6 @@ CP=cp
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
INSTALL_DATA=@INSTALL_DATA@
-RUNSERIAL=@RUNSERIAL@
-RUNPARALLEL=@RUNPARALLEL@
-RUNTEST=$(RUNSERIAL)
TRACE=:
## Installation points
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") || \