mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
39ac8b4eb5
Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
7 lines
207 B
ReStructuredText
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.
|