ctest-output-truncation.rst 621 B

1234567891011
  1. ctest-output-truncation
  2. -----------------------
  3. * :manual:`ctest(1)` gained a ``--test-output-truncation`` option (and
  4. corresponding :variable:`CTEST_CUSTOM_TEST_OUTPUT_TRUNCATION` variable) to
  5. specify the truncation mode once the maximum test output size has been
  6. reached. Possible values are ``tail`` (default), ``middle`` or ``head``.
  7. * :manual:`cmake-presets(7)` files now support schema version ``5``.
  8. * :manual:`cmake-presets(7)` files gained support for specifying a
  9. ``testOutputTruncation`` field in test presets, which specifies the truncation
  10. mode once the maximum test output size has been reached.