summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2006-01-09 05:14:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2006-01-09 05:14:54 (GMT)
commit6cda54bdec4071715935b8195a259237285813b0 (patch)
tree291f706205a76daf5aa806da8f6d5d4435d225ae /test/h5test.h
parentc8f5be4e3cc18ac9883dcd2a4ed3591ca978461c (diff)
downloadhdf5-6cda54bdec4071715935b8195a259237285813b0.zip
hdf5-6cda54bdec4071715935b8195a259237285813b0.tar.gz
hdf5-6cda54bdec4071715935b8195a259237285813b0.tar.bz2
[svn-r11871] Purpose:
Bug fix. Description: getenv_all will be called even when it is NOT an MPI application. Solution: Moved the use of getenv_all("HDF5_NOCLEANUP") to fix_name so that it will be invoked only if a parallel driver is used. Platforms tested: hand tested in copper.
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index d9800a0..fc5c772 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -146,6 +146,7 @@ H5TEST_DLL int GetTestVerbosity(void);
H5TEST_DLL int SetTestVerbosity(int newval);
H5TEST_DLL int GetTestSummary(void);
H5TEST_DLL int GetTestCleanup(void);
+H5TEST_DLL int SetTestNoCleanup(void);
H5TEST_DLL void ParseTestVerbosity(char *argv);
H5TEST_DLL int GetTestNumErrs(void);
H5TEST_DLL void IncTestNumErrs(void);