diff options
author | Brad King <brad.king@kitware.com> | 2020-04-22 12:38:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-22 12:38:33 (GMT) |
commit | f9fbc78cd638c1bb874ffd24531f98c095ca1377 (patch) | |
tree | 75df921366553c93063bbec443fe207a48767ae6 /Help/release/dev | |
parent | 370def7b3e3205ba47c0634ab99f8cdf28ff4dae (diff) | |
parent | e89aeba5c4733964db15e0d147e063af34205d54 (diff) | |
download | CMake-f9fbc78cd638c1bb874ffd24531f98c095ca1377.zip CMake-f9fbc78cd638c1bb874ffd24531f98c095ca1377.tar.gz CMake-f9fbc78cd638c1bb874ffd24531f98c095ca1377.tar.bz2 |
Merge topic 'ctest_stop_on_failure_16628'
e89aeba5c4 ctest: add option --stop-on-failure
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4630
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/ctest_stop_on_failure.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/ctest_stop_on_failure.rst b/Help/release/dev/ctest_stop_on_failure.rst new file mode 100644 index 0000000..f10c37c --- /dev/null +++ b/Help/release/dev/ctest_stop_on_failure.rst @@ -0,0 +1,8 @@ +ctest_stop_on_failure +--------------------- + +* :manual:`ctest(1)` gained a ``--stop-on-failure`` option, + which can be used to stop running the tests once one has failed. + +* The :command:`ctest_test` command gained a ``STOP_ON_FAILURE`` option + which can be used to stop running the tests once one has failed. |