[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.127 1.128

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 15 07:38:55 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Fix crash on Windows. Remove trailing white space from regex. These changes should correct all failures of the new FailedSubmit tests.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.127
retrieving revision 1.128
diff -C 2 -d -r1.127 -r1.128
*** CMakeLists.txt	14 Oct 2009 19:02:16 -0000	1.127
--- CMakeLists.txt	15 Oct 2009 11:38:51 -0000	1.128
***************
*** 1132,1136 ****
    set(regex "${regex}|Error message was: ")
    set(regex "${regex}(Couldn.t resolve host ")
!   set(regex "${regex}|couldn.t connect to host ")
    set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")
    set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest)")
--- 1132,1136 ----
    set(regex "${regex}|Error message was: ")
    set(regex "${regex}(Couldn.t resolve host ")
!   set(regex "${regex}|couldn.t connect to host")
    set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")
    set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest)")



More information about the Cmake-commits mailing list