summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/repeat-until-fail-ctest-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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-231-0/+30
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.