mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-19 11:18:40 +08:00
Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja output
Ninja versions prior to 1.6.0 occasionally print this message.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
^(Recompacting log\.\.\.
|
||||
)?\[1/2\] Generating depend_Debug\.txt
|
||||
^\[1/2\] Generating depend_Debug\.txt
|
||||
depend_Debug\.txt
|
||||
\[2/2\] echo_target_depend_out
|
||||
echo_target_depend_out_Debug\.txt$
|
||||
|
@@ -152,6 +152,7 @@ function(run_cmake test)
|
||||
"|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:"
|
||||
"|Error kstat returned"
|
||||
"|Hit xcodebuild bug"
|
||||
"|Recompacting log\\.\\.\\."
|
||||
|
||||
"|LICENSE WARNING:"
|
||||
"|Your license to use PGI[^\n]*expired"
|
||||
|
Reference in New Issue
Block a user