summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_submit/FailDrop-http-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-271-1/+0
| | | | | | | A more-specific error message is always displayed earlier in the output if any real error occurred. This final summary message is distracting to readers searching through the output for the word "error". Simply drop it.
* Tests: Match curl error in RunCMake.ctest_submit FailDrop-* casesBrad King2015-02-231-1/+1
| | | | | Port the regexes over from the CTestTestFailedSubmit tests for ftp, http, and https. No such match is needed for the other protocols.
* Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-191-0/+3
Follow the convention of naming tests after the command they test.