summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-05-17 16:54:05 (GMT)
committerGitHub <noreply@github.com>2022-05-17 16:54:05 (GMT)
commit081b3902bfd2d5ffbf7a2925db2a9ff802288579 (patch)
tree0426cd1de6b5e7ab8787931a4e8982d65d31f584 /release_docs
parente7b184e79ec489ae7a373840a75ec45ea355d635 (diff)
downloadhdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.zip
hdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.tar.gz
hdf5-081b3902bfd2d5ffbf7a2925db2a9ff802288579.tar.bz2
Set default level to minimum time (#1722)
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 c9f7d4c..177f3b6 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -491,7 +491,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 91eb593..c977617 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, v114)" "v114"