From d517af5086489ce04118aa65d727a4604f12c3ce Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 29 Apr 2014 10:26:35 -0500 Subject: [svn-r25135] Remove property will fail - This only is true on windows shared. --- testpar/CMakeTests.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake index 3c69ccf..ca6d8b5 100644 --- a/testpar/CMakeTests.cmake +++ b/testpar/CMakeTests.cmake @@ -11,7 +11,8 @@ foreach (testp ${H5P_TESTS}) add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC} ${MPIEXEC_PREFLAGS} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_POSTFLAGS} $) endforeach (testp ${H5P_TESTS}) -set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true") +# The following will only be correct on windows shared +#set_tests_properties (TEST_PAR_t_pflush1 PROPERTIES WILL_FAIL "true") set_property (TEST TEST_PAR_t_pflush1 PROPERTY PASS_REGULAR_EXPRESSION "PASSED") set_tests_properties (TEST_PAR_t_pflush2 PROPERTIES DEPENDS TEST_PAR_t_pflush1) -- cgit v0.12