Merge topic 'fix-CTestTestFailedSubmit-ftp-for-osx-system-curl'

63d864a0 Tests: Fix CTestTestFailedSubmit-ftp with OS X system libcurl
This commit is contained in:
Brad King 2014-04-04 11:38:10 -04:00 committed by CMake Topic Stage
commit a43d82dca4
1 changed files with 1 additions and 0 deletions

View File

@ -2440,6 +2440,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
set(regex "${regex}|Error message was: ") set(regex "${regex}|Error message was: ")
set(regex "${regex}([Cc]ould *n.t resolve host") set(regex "${regex}([Cc]ould *n.t resolve host")
set(regex "${regex}|[Cc]ould *n.t connect to host") set(regex "${regex}|[Cc]ould *n.t connect to host")
set(regex "${regex}|Failed connect to")
set(regex "${regex}|Empty reply from server") set(regex "${regex}|Empty reply from server")
set(regex "${regex}|The requested URL returned error") set(regex "${regex}|The requested URL returned error")
set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)") set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")