diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-19 20:48:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-19 20:48:38 (GMT) |
commit | 9e9787f19a69ed6e0482d29a508548b048dd025d (patch) | |
tree | 9c81ad06c4a5c9e4411847baf027e84c8870f2d6 /Help/release | |
parent | 3520208cbd0ebf9f3db1a9711b49286462cd7e54 (diff) | |
parent | 32c165d2636a65362265d20a16e1f914a53882dd (diff) | |
download | CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.zip CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.tar.gz CMake-9e9787f19a69ed6e0482d29a508548b048dd025d.tar.bz2 |
Merge topic 'ctest-repeat'
32c165d263 CTest: Consolidate '--repeat-* n' options as `--repeat *:n`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4053
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/ctest-repeat-until-pass.rst | 9 | ||||
-rw-r--r-- | Help/release/dev/ctest-repeat.rst | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/Help/release/dev/ctest-repeat-until-pass.rst b/Help/release/dev/ctest-repeat-until-pass.rst deleted file mode 100644 index b5f6c26..0000000 --- a/Help/release/dev/ctest-repeat-until-pass.rst +++ /dev/null @@ -1,9 +0,0 @@ -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. - -* The :command:`ctest_test` command gained a ``REPEAT <mode>:<n>`` option - to specify conditions in which to repeat tests. diff --git a/Help/release/dev/ctest-repeat.rst b/Help/release/dev/ctest-repeat.rst new file mode 100644 index 0000000..b1ff59b --- /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. |