From cabd917460457d2f09825fbc24d2539cfd1c2b0d Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 30 Oct 2009 12:08:10 -0400 Subject: Fix failed submit test 'failures'... Regular expression now matches [Cc]ouldn't and [Cc]ould not. --- Tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 7b2f5b7..871467f 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1251,8 +1251,8 @@ ${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}([Cc]ould *n.t resolve host") + set(regex "${regex}|[Cc]ould *n.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)") -- cgit v0.12