summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTestCommandLine/TestOutputTruncation_middle-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* RunCMakeTest: fix Truncation test definitionFrank Winklmeier2022-09-051-0/+1
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