summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/repeat-until-fail-cmake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Properly reset output to avoid duplication with --repeat-until-failSylvain Joubert2017-01-121-0/+2
|
* ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-231-0/+15
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.