Tests: Update expected CTestTestFailedSubmit output

Add another error message that curl now produces.
This commit is contained in:
Brad King 2014-11-08 12:09:39 -05:00
parent a427ed0cb8
commit c02c747b85
1 changed files with 1 additions and 0 deletions

View File

@ -2675,6 +2675,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
set(regex "${regex}([Cc]ould *n.t resolve host")
set(regex "${regex}|[Cc]ould *n.t connect to host")
set(regex "${regex}|Failed *t*o* connect to")
set(regex "${regex}|Connection timed out after [0-9]+ milliseconds")
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)")