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:
Brad King
2022-03-10 08:05:45 -05:00
parent cbd36eac23
commit 5059db7c17

View File

@@ -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)