summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/repeat-until-pass-bad1-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* CTest: Consolidate '--repeat-* n' options as `--repeat *:n`Brad King2019-11-151-1/+0
| | | | | | | Combine `--repeat-until-fail`, `--repeat-until-pass`, and `--repeat-after-timeout` to create a single `--repeat <mode>:<n>` option. Retain `--repeat-until-fail` too because that has been available in previous releases.
* ctest: Add --repeat-until-pass optionBrad King2019-10-291-0/+1
Add an option to re-run tests if they fail. This will help tolerate sporadic failures. Issue: #17010 Co-Author: Ben Boeckel <ben.boeckel@kitware.com> Co-Author: Chuck Atkins <chuck.atkins@kitware.com>