Skip to content
  • Frank Winklmeier's avatar
    ctest: add option for output truncation · 140704d4
    Frank Winklmeier authored and Brad King's avatar Brad King committed
    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
    140704d4