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 `` + .. versionadded:: 3.4 + Limit the output for passed tests to ```` bytes. ``--test-output-size-failed `` + .. versionadded:: 3.4 + Limit the output for failed tests to ```` bytes. ``--test-output-truncation `` - 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.