Tests: Match curl error in RunCMake.ctest_submit FailDrop-* cases

Port the regexes over from the CTestTestFailedSubmit tests for ftp,
http, and https.  No such match is needed for the other protocols.
This commit is contained in:
Brad King 2015-02-20 08:54:45 -05:00
parent 1d82105e29
commit b04c8ec3f8
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Error message was: .*
Error message was: ([Cc]ould *n.t resolve host:? '?-no-site-'?|The requested URL returned error:.*)
Problems when submitting via FTP
Error in read script: .*/Tests/RunCMake/ctest_submit/FailDrop-ftp/test.cmake

View File

@ -1,3 +1,3 @@
Error message was: .*
Error message was: ([Cc]ould *n.t resolve host:? '?-no-site-'?|The requested URL returned error:.*)
Problems when submitting via HTTP
Error in read script: .*/Tests/RunCMake/ctest_submit/FailDrop-http/test.cmake

View File

@ -1,3 +1,3 @@
Error message was: .*
Error message was: ([Cc]ould *n.t resolve host:? '?-no-site-'?|The requested URL returned error:.*|Protocol "https" not supported or disabled in .*|.* was built with SSL disabled.*)
Problems when submitting via HTTP
Error in read script: .*/Tests/RunCMake/ctest_submit/FailDrop-https/test.cmake