summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Make a CTest test deterministic.Stephen Kelly2015-04-201-0/+3
| | | | The test expect sub-test not to run in parallel.
* Tests: Fix RunCMake.CTestCommandLine expected output time matchingBrad King2015-03-311-11/+11
| | | | | | When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-2313-0/+96
This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests.