summaryrefslogtreecommitdiffstats
path: root/tools/h5import
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-06-10 16:21:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-06-10 16:21:30 (GMT)
commitd86717819242c706a34abf2d2bdb64baebfe1818 (patch)
treecacf9080d8f98d7c0fbb5e10e840ad4cf4417a06 /tools/h5import
parent99800edafbd27c536b12b94a9d461ef357f62677 (diff)
downloadhdf5-d86717819242c706a34abf2d2bdb64baebfe1818.zip
hdf5-d86717819242c706a34abf2d2bdb64baebfe1818.tar.gz
hdf5-d86717819242c706a34abf2d2bdb64baebfe1818.tar.bz2
[svn-r25249] change test to ignore h5diff warnings (endianess issue)
Diffstat (limited to 'tools/h5import')
-rw-r--r--tools/h5import/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5import/CMakeTests.cmake b/tools/h5import/CMakeTests.cmake
index 9727457..6986aee 100644
--- a/tools/h5import/CMakeTests.cmake
+++ b/tools/h5import/CMakeTests.cmake
@@ -214,7 +214,7 @@
NAME H5IMPORT-DUMP-${testname}-H5DFF
COMMAND "${CMAKE_COMMAND}"
-D "TEST_PROGRAM=$<TARGET_FILE:h5diff>"
- -D "TEST_ARGS:STRING=-v;d${testfile};testfiles/${testfile};${datasetname};${datasetname}"
+ -D "TEST_ARGS:STRING=-r;d${testfile};testfiles/${testfile};${datasetname};${datasetname}"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=d${testfile}.dff"
-D "TEST_EXPECT=0"