diff options
author | Brad King <brad.king@kitware.com> | 2014-11-08 17:09:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-10 15:13:39 (GMT) |
commit | c02c747b85cf7bba8e81a955722122e844688d4c (patch) | |
tree | 51f56ed71a39b1ddbd39a30ee4447b3d855a04ec /Tests/CMakeLists.txt | |
parent | a427ed0cb86f56ebd84820cb0c6f3cfd2ccfa851 (diff) | |
download | CMake-c02c747b85cf7bba8e81a955722122e844688d4c.zip CMake-c02c747b85cf7bba8e81a955722122e844688d4c.tar.gz CMake-c02c747b85cf7bba8e81a955722122e844688d4c.tar.bz2 |
Tests: Update expected CTestTestFailedSubmit output
Add another error message that curl now produces.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 586f983..40fef07 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -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)") |