summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-17 14:55:56 (GMT)
committerBrad King <brad.king@kitware.com>2015-09-18 15:32:05 (GMT)
commit6e3151f6ccd035ffd704d3cb0162c873d5e95e15 (patch)
treefb9af5b6228bc9e382f9e9db5cfdf4692c966a54 /Help/command
parentfa73ee025fb979fe8668483ca04f8be8f69b2f5b (diff)
downloadCMake-6e3151f6ccd035ffd704d3cb0162c873d5e95e15.zip
CMake-6e3151f6ccd035ffd704d3cb0162c873d5e95e15.tar.gz
CMake-6e3151f6ccd035ffd704d3cb0162c873d5e95e15.tar.bz2
CTest: Document and test custom output size settings
Add documentation and tests for the existing CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE CTest variables.
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_test.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index 162db69..412e323 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -85,3 +85,6 @@ The options are:
been printed to the console. Output from the underlying test command is not
affected. Summary info detailing the percentage of passing tests is also
unaffected by the ``QUIET`` option.
+
+See also the :variable:`CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE`
+and :variable:`CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE` variables.