summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION.rst
Commit message (Collapse)AuthorAgeFilesLines
* ctest: add option for output truncationFrank Winklmeier2022-03-081-0/+12
Add `--test-output-truncation` to `ctest`. This option can be used to customize which part of the test output is being truncated. Currently supported values are `tail`, `middle` and `head`. Also add equivalent `CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable. Fixes: #23206