diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-03-31 18:26:17 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-03-31 18:26:17 (GMT) |
commit | 59ec5b3d661c87b69b00cadf67287184f8544dbd (patch) | |
tree | da2063df76f74a75d2ab85c5606e36ece4a9fa13 /config/conclude.am | |
parent | 54f0b6c66d3b1746b326b7f7a1072854376a15d7 (diff) | |
download | hdf5-59ec5b3d661c87b69b00cadf67287184f8544dbd.zip hdf5-59ec5b3d661c87b69b00cadf67287184f8544dbd.tar.gz hdf5-59ec5b3d661c87b69b00cadf67287184f8544dbd.tar.bz2 |
[svn-r10517] Purpose:
Bug fix
Description:
On some machines, $RUNSERIAL variable needs to be used to run
tests. Set $RUNTESTS (which is used for non-parallel tests) to
be $RUNSERIAL in configure.am.
Also, since I was updating all Makefiles.in anyway, I updated
commence.am to point to autotools installs in AFS instead of
those on heping.
Platforms tested:
mir, sleipnir, modi4, copper
Diffstat (limited to 'config/conclude.am')
-rw-r--r-- | config/conclude.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/conclude.am b/config/conclude.am index 19b61f5..6354196 100644 --- a/config/conclude.am +++ b/config/conclude.am @@ -64,7 +64,7 @@ test _test: $(PROGS) $(TESTS) fi; \ echo "============================"; \ srcdir="$(srcdir)" \ - $(RUNTEST) ./$$test $(TEST_FLAGS) || \ + $(RUNTESTS) ./$$test $(TEST_FLAGS) || \ (test $$HDF5_Make_Ignore && echo "*** Error ignored") || \ break; \ echo ""; \ |