[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.168 1.169

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 14 22:43:43 EST 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Add one more possible error message from curl for the failed submit tests.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.168
retrieving revision 1.169
diff -C 2 -d -r1.168 -r1.169
*** CMakeLists.txt	14 Dec 2009 17:36:05 -0000	1.168
--- CMakeLists.txt	15 Dec 2009 03:43:40 -0000	1.169
***************
*** 1336,1339 ****
--- 1336,1340 ----
    set(regex "${regex}([Cc]ould *n.t resolve host")
    set(regex "${regex}|[Cc]ould *n.t connect to host")
+   set(regex "${regex}|The requested URL returned error")
    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