Files
CMake/Help/release/dev/ctest-repeat-until-pass.rst
T
Brad King 39ac8b4eb5 ctest: Add --repeat-after-timeout option
Add an option to re-run tests if they timeout.  This will help tolerate
sporadic timeouts on busy machines.
2019-10-29 15:14:36 -04:00

7 lines
207 B
ReStructuredText

ctest-repeat-until-pass
-----------------------
* The :manual:`ctest(1)` tool learned new ``--repeat-until-pass <n>``
and ``--repeat-after-timeout <n>`` options to help tolerate sporadic
test failures.