ctest-repeat.rst 397 B

12345678910
  1. ctest-repeat
  2. ------------
  3. * The :manual:`ctest(1)` tool gained a ``--repeat <mode>:<n>`` option
  4. to specify conditions in which to repeat tests. This generalizes
  5. the existing ``--repeat-until-fail <n>`` option to add modes for
  6. ``until-pass`` and ``after-timeout``.
  7. * The :command:`ctest_test` command gained a ``REPEAT <mode>:<n>`` option
  8. to specify conditions in which to repeat tests.