Merge topic 'fix-failed-submit-test'

391acdf Add another expected output for the failed submit tests.
This commit is contained in:
Brad King 2010-07-13 14:57:48 -04:00 committed by CMake Topic Stage
commit b634c43368
1 changed files with 1 additions and 0 deletions

View File

@ -1432,6 +1432,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
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}|Empty reply from server")
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")