summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-19 00:06:12 (GMT)
committerGitHub <noreply@github.com>2022-05-19 00:06:12 (GMT)
commita6f7dccbd6c6b10ac0051a54bf7e35dedf685861 (patch)
treec1b328163bcf11b6e4a04f593d552494655c6050 /release_docs
parent63fc02bae8bfc38433cdd45011258901c25c7269 (diff)
downloadhdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.zip
hdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.tar.gz
hdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.tar.bz2
Change TestExpress #1722 (#1777)hdf5_1_10_9-base
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 d811efe..5b9e84c 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -487,7 +487,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 9fb6b2b..684e3c4 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)" "v110"