mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Tests: Fix CMake syntax warning in RunCMake.CTestCommandLine
Fix a regex added in the test by commit 140704d443 (ctest: add option
for output truncation, 2022-03-07).
This commit is contained in:
@@ -293,7 +293,7 @@ function(run_TestOutputTruncation mode expected)
|
||||
endfunction()
|
||||
run_TestOutputTruncation("head" "\\.\\.\\.6789")
|
||||
run_TestOutputTruncation("middle" "12\\.\\.\\..*\\.\\.\\.89")
|
||||
run_TestOutputTruncation("tail" "12345\.\.\.")
|
||||
run_TestOutputTruncation("tail" "12345\\.\\.\\.")
|
||||
|
||||
# Test --stop-on-failure
|
||||
function(run_stop_on_failure)
|
||||
|
||||
Reference in New Issue
Block a user