summaryrefslogtreecommitdiff
path: root/Help/release/dev/ctest-repeat.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/ctest-repeat.rst')
-rw-r--r--Help/release/dev/ctest-repeat.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/release/dev/ctest-repeat.rst b/Help/release/dev/ctest-repeat.rst
new file mode 100644
index 0000000000..b1ff59bfdc
--- /dev/null
+++ b/Help/release/dev/ctest-repeat.rst
@@ -0,0 +1,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.