mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
The `ctest_test` and `CTestCommandLine` truncation tests had multiple problems: - escape expected result string to avoid regex matching - specify the truncation size - pass the truncation mode correctly into the test definition - use unique test names Issue: #23868
2 lines
65 B
CMake
2 lines
65 B
CMake
include(${RunCMake_SOURCE_DIR}/TestOutputTruncation-check.cmake)
|