https://github.com/Kitware/CMake
Raw File
Tip revision: 352ea99bbacf6e57bca47f43725d98b2a4a0b87d authored by Brad King on 23 February 2022, 14:22:31 UTC
CMake 3.23.0-rc2
Tip revision: 352ea99
CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE.rst
CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE
--------------------------------------------

When saving a passing test's output, this is the maximum size, in bytes, that
will be collected by the :command:`ctest_test` command. Defaults to 1024
(1 KiB).

If a test's output contains the literal string "CTEST_FULL_OUTPUT",
the output will not be truncated and may exceed the maximum size.

.. include:: CTEST_CUSTOM_XXX.txt

For controlling the output collection of failing tests, see
:variable:`CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE`.
back to top