[Cmake-commits] [cmake-commits] zach.mullen committed CMakeLists.txt 1.106 1.107

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Sep 18 14:02:16 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Apparently, on FarAway the presence of errors during ctest_build does not cause the calling ctest to return an error condition.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.106
retrieving revision 1.107
diff -C 2 -d -r1.106 -r1.107
*** CMakeLists.txt	18 Sep 2009 17:34:24 -0000	1.106
--- CMakeLists.txt	18 Sep 2009 18:02:14 -0000	1.107
***************
*** 1057,1061 ****
        --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
        )
!     SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES WILL_FAIL TRUE)
      
      CONFIGURE_FILE(
--- 1057,1062 ----
        --output-log "${CMake_BINARY_DIR}/Tests/CTestTestFailure/testOut1.log"
        )
!     SET_TESTS_PROPERTIES(CTestTestNoBuild PROPERTIES
!       FAIL_REGULAR_EXPRESSION "Error" WILL_FAIL true)
      
      CONFIGURE_FILE(



More information about the Cmake-commits mailing list