summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-16 17:04:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-16 17:04:22 (GMT)
commit3a637e227ccce55a9cf050dcd783f0b41f04a28f (patch)
treed260d251fb78c24ebef311535b54e6f868ea32d7 /tools
parent6832143610a5c213bd8547199b36ae9e82569d5b (diff)
downloadhdf5-3a637e227ccce55a9cf050dcd783f0b41f04a28f.zip
hdf5-3a637e227ccce55a9cf050dcd783f0b41f04a28f.tar.gz
hdf5-3a637e227ccce55a9cf050dcd783f0b41f04a28f.tar.bz2
HDFFFV-10219 fix file creation contention on windows
Diffstat (limited to 'tools')
-rw-r--r--tools/test/h5import/CMakeTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5import/CMakeTests.cmake b/tools/test/h5import/CMakeTests.cmake
index aaf9052..20aad47 100644
--- a/tools/test/h5import/CMakeTests.cmake
+++ b/tools/test/h5import/CMakeTests.cmake
@@ -244,7 +244,7 @@
NAME H5IMPORT_SUB-DUMP-${testname}-H5DMP
COMMAND "${CMAKE_COMMAND}"
-D "TEST_PROGRAM=$<TARGET_FILE:h5dump>"
- -D "TEST_ARGS:STRING=-p;-d;${datasetname};${ARGN};--ddl=${testname}.dmp;-o;${testname}.bin;-b;FILE;testfiles/${testfile}"
+ -D "TEST_ARGS:STRING=-p;-d;${datasetname};${ARGN};-o;${testname}.bin;-b;FILE;testfiles/${testfile}"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-D "TEST_OUTPUT=${testname}.dmp"
-D "TEST_EXPECT=0"