summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestSubmit/CTestConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-191-6/+0
| | | | Follow the convention of naming tests after the command they test.
* Tests: Fix obscure RunCMake.CTestSubmit 'drop' case failuresBrad King2015-01-211-0/+1
| | | | | | | | | When curl is given a URL of the form '<something>://' it tries to resolve '<something>' as a host name. If the host happens to exist and have a server then the drop might actually appear to work. Instead use an explicit '-no-site-' host to ensure it cannot connect. Reported-by: Gilles Khouzam <Gilles.Khouzam@microsoft.com>
* Tests: Add RunCMake.CTestSubmit cases covering ctest_submit failuresBrad King2015-01-191-0/+5
Cover command invocation argument errors. Prepare infrastructure to cover failed 'drop' cases, but do not cover them yet because we need to collect error messages from each platform.