summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-06 15:18:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-06 15:18:18 (GMT)
commite271abfb36e59198124cb0d37286ceeb67c90e10 (patch)
tree26e797a399f232c527ed6af3fa21c3f378ea998b /tools/test/h5diff/CMakeTests.cmake
parent539c17b2f47b5b6d07cb8a502cc9be94a20a5de4 (diff)
downloadhdf5-e271abfb36e59198124cb0d37286ceeb67c90e10.zip
hdf5-e271abfb36e59198124cb0d37286ceeb67c90e10.tar.gz
hdf5-e271abfb36e59198124cb0d37286ceeb67c90e10.tar.bz2
HDFFV-10276 Add filter mask for standard err
Diffstat (limited to 'tools/test/h5diff/CMakeTests.cmake')
-rw-r--r--tools/test/h5diff/CMakeTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/test/h5diff/CMakeTests.cmake b/tools/test/h5diff/CMakeTests.cmake
index a07d3c9..0f61539 100644
--- a/tools/test/h5diff/CMakeTests.cmake
+++ b/tools/test/h5diff/CMakeTests.cmake
@@ -412,6 +412,7 @@
-D "TEST_OUTPUT=${resultfile}_ERR.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=${resultfile}_ERR.txt"
+ -D "TEST_MASK_ERROR=true"
-D "TEST_APPEND=EXIT CODE:"
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)
@@ -521,6 +522,7 @@
-D "TEST_OUTPUT=${resultfile}_ERR.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=${resultfile}_ERR.txt"
+ -D "TEST_MASK_ERROR=true"
-D "TEST_APPEND=EXIT CODE:"
-D "TEST_ENV_VAR=HDF5_PLUGIN_PATH"
-D "TEST_ENV_VALUE=${CMAKE_BINARY_DIR}"
@@ -536,6 +538,7 @@
-D "TEST_OUTPUT=${resultfile}_ERR.out"
-D "TEST_EXPECT=${resultcode}"
-D "TEST_REFERENCE=${resultfile}_ERR.txt"
+ -D "TEST_MASK_ERROR=true"
-D "TEST_APPEND=EXIT CODE:"
-D "TEST_ENV_VAR=HDF5_PLUGIN_PATH"
-D "TEST_ENV_VALUE=${CMAKE_BINARY_DIR}/plugins"