blob: b1ff59bfdc1fabd832aff9a2ebb49be7b3752d1d (
plain)
1
2
3
4
5
6
7
8
9
10
|
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.
|