Skip to content

Commit 18c63bf

Browse files
committed
Remove duplicated property sets
1 parent ee1c1c3 commit 18c63bf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/test/h5dump/CMakeTests.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -747,9 +747,6 @@ macro (ADD_H5_TEST testname)
747747
if (${ARG_RESULT_CODE})
748748
set_tests_properties (${vol_prefix}H5DUMP-${ctest_testname} PROPERTIES WILL_FAIL "true")
749749
endif ()
750-
set_tests_properties (${vol_prefix}H5DUMP-${ctest_testname} PROPERTIES
751-
WORKING_DIRECTORY "${workdir}"
752-
)
753750
else ()
754751
add_test (
755752
NAME ${vol_prefix}H5DUMP-${ctest_testname}
@@ -775,10 +772,6 @@ macro (ADD_H5_TEST testname)
775772
WORKING_DIRECTORY "${workdir}"
776773
)
777774

778-
if ("${vol_prefix}H5DUMP-${ctest_testname}" MATCHES "${HDF5_DISABLE_TESTS_REGEX}")
779-
set_tests_properties (${vol_prefix}H5DUMP-${ctest_testname} PROPERTIES DISABLED true)
780-
endif ()
781-
782775
# Set VOL-specific properties
783776
if (NOT "${vol}" STREQUAL "native")
784777
set_tests_properties (${vol_prefix}H5DUMP-${ctest_testname} PROPERTIES

0 commit comments

Comments
 (0)