mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Help: Document special "CTEST_FULL_OUTPUT" test output string
This commit is contained in:
@@ -5,4 +5,7 @@ When saving a failing test's output, this is the maximum size, in bytes, that
|
||||
will be collected by the :command:`ctest_test` command. Defaults to 307200
|
||||
(300 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
|
||||
|
@@ -5,4 +5,7 @@ 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
|
||||
|
Reference in New Issue
Block a user