summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_submit
Commit message (Collapse)AuthorAgeFilesLines
* ctest_submit: Add HTTPHEADER optionZack Galbreath2017-05-047-0/+10
| | | | | | | | | Allow CTest script writers to specify additional HTTP headers to be sent to CDash during submission. The motivating case for this feature is a corresponding change in CDash. This will allow projects to refuse submissions from any site not bearing a valid authentication token.
* ctest_submit: Allow RETRY_COUNT for CDASH_UPLOADZack Galbreath2017-01-208-6/+8
| | | | | | | | Teach the CDASH_UPLOAD signature of ctest_submit() to honor the RETRY_COUNT and RETRY_DELAY options. Also teach HttpRequest() to honor the default 120 second timeout for curl connections.
* Tests: Extend ctest_submit host lookup failure matching (#15958)Orion Poplawski2016-02-084-4/+4
| | | | | | | Match this message: Could not resolve host: -no-site-; Name or service not known ^^^^^^^^^^^^^^^^^^^^^^^^^^^
* CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-277-7/+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.
* ctest_submit: Add QUIET optionZack Galbreath2015-02-234-0/+9
| | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
* Tests: Match curl error in RunCMake.ctest_submit FailDrop-* casesBrad King2015-02-233-3/+3
| | | | | 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-1946-0/+141
Follow the convention of naming tests after the command they test.