Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest: Consolidate '--repeat-* n' options as `--repeat *:n` | Brad King | 2019-11-15 | 1 | -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 option | Brad King | 2019-10-29 | 1 | -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> |