mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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.
11 lines
397 B
ReStructuredText
11 lines
397 B
ReStructuredText
ctest-repeat
|
|
------------
|
|
|
|
* The :manual:`ctest(1)` tool gained a ``--repeat <mode>:<n>`` option
|
|
to specify conditions in which to repeat tests. This generalizes
|
|
the existing ``--repeat-until-fail <n>`` option to add modes for
|
|
``until-pass`` and ``after-timeout``.
|
|
|
|
* The :command:`ctest_test` command gained a ``REPEAT <mode>:<n>`` option
|
|
to specify conditions in which to repeat tests.
|