diff options
author | Frank Winklmeier <frank.winklmeier@cern.ch> | 2022-05-05 15:50:29 (GMT) |
---|---|---|
committer | Frank Winklmeier <frank.winklmeier@cern.ch> | 2022-05-05 15:50:29 (GMT) |
commit | a6f2c1372792c82d62f6f242e46a5d7c0ec1b2aa (patch) | |
tree | 7683b31f6818f400c3e3253dfddac7a68051a6d9 /Help/release | |
parent | 7d78dcbebbb028c17de38e337942e0df061c6f20 (diff) | |
download | CMake-a6f2c1372792c82d62f6f242e46a5d7c0ec1b2aa.zip CMake-a6f2c1372792c82d62f6f242e46a5d7c0ec1b2aa.tar.gz CMake-a6f2c1372792c82d62f6f242e46a5d7c0ec1b2aa.tar.bz2 |
Help: Add release notes for test-output-truncation
Add missing release notes for test-output-truncation.
Issue: #23206
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/ctest-output-truncation.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/ctest-output-truncation.rst b/Help/release/dev/ctest-output-truncation.rst new file mode 100644 index 0000000..85fb37c --- /dev/null +++ b/Help/release/dev/ctest-output-truncation.rst @@ -0,0 +1,11 @@ +ctest-output-truncation +----------------------- + +* :manual:`ctest(1)` gained a ``--test-output-truncation`` option (and + corresponding :variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable) to + specify the truncation mode once the maximum test output size has been + reached. Possible values are ``tail`` (default), ``middle`` or ``head``. +* :manual:`cmake-presets(7)` files now support schema version ``5``. +* :manual:`cmake-presets(7)` files gained support for specifying a + ``testOutputTruncation`` field in test presets, which specifies the truncation + mode once the maximum test output size has been reached. |