From e3dec97333008a968ea72d8ad17278ae99c9473a Mon Sep 17 00:00:00 2001 From: David Cole Date: Wed, 14 Oct 2009 15:02:16 -0400 Subject: [PATCH] Add another possible error message that curl might emit with an empty drop location. --- Tests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index f28dfdb37..c06c9948e 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)")