From 5059db7c179635e2c73c6a8645b582940eb5a14d Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 10 Mar 2022 08:05:45 -0500 Subject: 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). --- Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake index 5b198bd..6835834 100644 --- a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake +++ b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake @@ -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) -- cgit v0.12