summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-20 17:07:09 (GMT)
committerGitHub <noreply@github.com>2022-05-20 17:07:09 (GMT)
commit4466a30825eda620a00e5d8fac35ecf765296aad (patch)
tree84497284f2a6c6558a02329512f379328fdbdfa9 /release_docs
parent60820abcbef0cd4efa23cabacc728c088aebf554 (diff)
downloadhdf5-4466a30825eda620a00e5d8fac35ecf765296aad.zip
hdf5-4466a30825eda620a00e5d8fac35ecf765296aad.tar.gz
hdf5-4466a30825eda620a00e5d8fac35ecf765296aad.tar.bz2
Change TestExpress #1722 (#1776)
* Change TestExpress #1722 * Update comment
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL2
-rw-r--r--release_docs/INSTALL_CMake.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index d9db28c..ca46a3e 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -489,7 +489,7 @@ CONTENTS
The HDF5 tests can take a long time to run on some systems. To perform
a faster (but less thorough) test, set the HDF5TestExpress environment
variable to 2 or 3 (with 3 being the shortest run). To perform a
- longer test, set HDF5TestExpress to 0. 1 is the default.
+ longer test, set HDF5TestExpress to 0. 3 is the default.
4.6. Installing HDF5
The HDF5 library, include files, and support programs can be
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index adceb70..71af11d 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -769,7 +769,7 @@ HDF5_BUILD_FRAMEWORKS "TRUE to build as frameworks libraries,
FALSE to build according to BUILD_SHARED_LIBS" FALSE
HDF5_PACKAGE_EXTLIBS "CPACK - include external libraries" OFF
HDF5_STRICT_FORMAT_CHECKS "Whether to perform strict file format checks" OFF
-HDF_TEST_EXPRESS "Control testing framework (0-3)" "0"
+HDF_TEST_EXPRESS "Control testing framework (0-3)" "3"
HDF5_TEST_VFD "Execute tests with different VFDs" OFF
HDF5_TEST_PASSTHROUGH_VOL "Execute tests with different passthrough VOL connectors" OFF
DEFAULT_API_VERSION "Enable default API (v16, v18, v110, v112)" "v112"