[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.148 1.149

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 30 12:08:13 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Fix failed submit test 'failures'... Regular expression now matches [Cc]ouldn't and [Cc]ould not.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.148
retrieving revision 1.149
diff -C 2 -d -r1.148 -r1.149
*** CMakeLists.txt	29 Oct 2009 16:45:59 -0000	1.148
--- CMakeLists.txt	30 Oct 2009 16:08:10 -0000	1.149
***************
*** 1252,1257 ****
    set(regex "(Problems when submitting via S*CP")
    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")
--- 1252,1257 ----
    set(regex "(Problems when submitting via S*CP")
    set(regex "${regex}|Error message was: ")
!   set(regex "${regex}([Cc]ould *n.t resolve host")
!   set(regex "${regex}|[Cc]ould *n.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