Add another possible error message that curl might emit with an empty drop location.

This commit is contained in:
David Cole 2009-10-14 15:02:16 -04:00
parent a85ac1a734
commit e3dec97333
1 changed files with 1 additions and 0 deletions

View File

@ -1131,6 +1131,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
set(regex "(Problems when submitting via S*CP") set(regex "(Problems when submitting via S*CP")
set(regex "${regex}|Error message was: ") set(regex "${regex}|Error message was: ")
set(regex "${regex}(Couldn.t resolve host ") 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}|libcurl was built with SSL disabled. https: not supported)")
set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest)") set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest)")