File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments