Add one more possible error message from curl for the failed submit tests.

This commit is contained in:
David Cole 2009-12-14 22:43:40 -05:00
parent 9199f7c627
commit c31b7fcad0
1 changed files with 1 additions and 0 deletions

View File

@ -1335,6 +1335,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
set(regex "${regex}|Error message was: ")
set(regex "${regex}([Cc]ould *n.t resolve host")
set(regex "${regex}|[Cc]ould *n.t connect to host")
set(regex "${regex}|The requested URL returned error")
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)")