summaryrefslogtreecommitdiff
path: root/Help/manual/ctest.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-05 12:42:20 -0400
committerBrad King <brad.king@kitware.com>2022-05-05 12:42:59 -0400
commit99cad40172c5375ca8dedc64fe01a2b034b67cb7 (patch)
treebace1ed70a0910a13b7a6a63fc56ea68c54de765 /Help/manual/ctest.1.rst
parenta6f2c1372792c82d62f6f242e46a5d7c0ec1b2aa (diff)
downloadcmake-99cad40172c5375ca8dedc64fe01a2b034b67cb7.tar.gz
Help: Document version of ctest(1) adding output truncation mode
While at it, fix mode value markup. Issue: #23206
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r--Help/manual/ctest.1.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index 82e27b8b1c..06f0d4eaa9 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -357,14 +357,20 @@ See `Build and Test Mode`_.
Specify the directory in which to look for tests.
``--test-output-size-passed <size>``
+ .. versionadded:: 3.4
+
Limit the output for passed tests to ``<size>`` bytes.
``--test-output-size-failed <size>``
+ .. versionadded:: 3.4
+
Limit the output for failed tests to ``<size>`` bytes.
``--test-output-truncation <mode>``
- Truncate 'tail' (default), 'middle' or 'head' of test output once maximum
- output size is reached.
+ .. versionadded:: 3.24
+
+ Truncate ``tail`` (default), ``middle`` or ``head`` of test output once
+ maximum output size is reached.
``--overwrite``
Overwrite CTest configuration option.