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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 14 15:02:22 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Add another possible error message that curl might emit with an empty drop location.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.126
retrieving revision 1.127
diff -C 2 -d -r1.126 -r1.127
*** CMakeLists.txt	14 Oct 2009 18:18:47 -0000	1.126
--- CMakeLists.txt	14 Oct 2009 19:02:16 -0000	1.127
***************
*** 1132,1135 ****
--- 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