summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2009-10-14 19:02:16 (GMT)
committerDavid Cole <david.cole@kitware.com>2009-10-14 19:02:16 (GMT)
commite3dec97333008a968ea72d8ad17278ae99c9473a (patch)
tree6906267367e4efadd6ba8e1fc2143665cfcee5c0
parenta85ac1a7346c60a31e43c4b75e4e5b17cb0b6525 (diff)
downloadCMake-e3dec97333008a968ea72d8ad17278ae99c9473a.zip
CMake-e3dec97333008a968ea72d8ad17278ae99c9473a.tar.gz
CMake-e3dec97333008a968ea72d8ad17278ae99c9473a.tar.bz2
Add another possible error message that curl might emit with an empty drop location.
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index f28dfdb..c06c994 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -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 "${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)")