Skip to content

ctest: Add options to repeat tests until they pass

Brad King requested to merge brad.king/cmake:ctest-repeat-until-pass into master

Add --repeat-until-pass and --repeat-after-timeout options to re-run tests if they fail or timeout. This will help tolerate sporadic failures.

Issue: #17010

Merge request reports