[Cmake-commits] [cmake-commits] david.cole committed CMakeLists.txt 1.130 1.131

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 16 11:47:54 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
Allow test to pass even if an expected-to-fail submit claims 'Submission successful' - apparently when there is a valid HTTP_PROXY involved, our submitting to an empty drop location appears to succeed. Presumably, the proxy simply takes it like a man, and then discards it...


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.130
retrieving revision 1.131
diff -C 2 -d -r1.130 -r1.131
*** CMakeLists.txt	15 Oct 2009 22:18:23 -0000	1.130
--- CMakeLists.txt	16 Oct 2009 15:47:51 -0000	1.131
***************
*** 1139,1143 ****
    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)")
  
    set(ctest_coverage_labels_args "")
--- 1139,1144 ----
    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")
!   set(regex "${regex}|Submission successful)")
  
    set(ctest_coverage_labels_args "")



More information about the Cmake-commits mailing list