[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.162 1.163

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 7 10:15:38 EST 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv12524

Modified Files:
	CMakeLists.txt 
Log Message:
Remove WILL_FAIL property from BadExe test, since CTest was returning 0. Replaced with a pass regex.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.162
retrieving revision 1.163
diff -C 2 -d -r1.162 -r1.163
*** CMakeLists.txt	7 Dec 2009 14:34:03 -0000	1.162
--- CMakeLists.txt	7 Dec 2009 15:15:34 -0000	1.163
***************
*** 1264,1268 ****
      --output-log "${CMake_BINARY_DIR}/Tests/CTestTestBadExe/testOutput.log"
      )
!   SET_TESTS_PROPERTIES(CTestTestBadExe PROPERTIES WILL_FAIL TRUE)
    
    CONFIGURE_FILE(
--- 1264,1269 ----
      --output-log "${CMake_BINARY_DIR}/Tests/CTestTestBadExe/testOutput.log"
      )
!   SET_TESTS_PROPERTIES(CTestTestBadExe PROPERTIES
!     PASS_REGULAR_EXPRESSION "BAD_COMMAND")
    
    CONFIGURE_FILE(



More information about the Cmake-commits mailing list