summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-05 05:16:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-05 05:16:03 (GMT)
commitd6de299f01273cd7fa7180f3336fc45e9a5c7f0c (patch)
treec893679a9e6c694d19ae478805c59b321ef982de /hl
parente3e24a298967e40adc79a4ed37c8d9f5695bfbba (diff)
downloadhdf5-d6de299f01273cd7fa7180f3336fc45e9a5c7f0c.zip
hdf5-d6de299f01273cd7fa7180f3336fc45e9a5c7f0c.tar.gz
hdf5-d6de299f01273cd7fa7180f3336fc45e9a5c7f0c.tar.bz2
Need nonexistent file to skip stdout compare
Diffstat (limited to 'hl')
-rw-r--r--hl/tools/h5watch/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/tools/h5watch/CMakeTests.cmake b/hl/tools/h5watch/CMakeTests.cmake
index 9c18798..13d5e47 100644
--- a/hl/tools/h5watch/CMakeTests.cmake
+++ b/hl/tools/h5watch/CMakeTests.cmake
@@ -96,7 +96,7 @@ add_custom_target(H5WATCH_files ALL COMMENT "Copying files needed by H5WATCH tes
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}/testfiles"
-D "TEST_OUTPUT=${resultfile}.out"
-D "TEST_EXPECT=${resultcode}"
- -D "TEST_REFERENCE=${resultfile}.ddl"
+ -D "TEST_REFERENCE=${resultfile}.mty"
-D "TEST_ERRREF=${resultfile}.err"
-P "${HDF_RESOURCES_EXT_DIR}/runTest.cmake"
)