From 038e7301a4741e2847932fda3d520d3edc0e67f2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 2 Mar 2001 13:12:25 -0500 Subject: [svn-r3536] Purpose: Bug Fix Description: The RUNSERIAL and RUNPARALLEL macros weren't needed in the C++ stuff and were messing up some of the testing. Solution: Removed them. Platforms tested: Linux --- c++/config/commence.in | 3 --- c++/config/conclude.in | 3 +-- 2 files changed, 1 insertion(+), 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") || \ -- cgit v0.12