Skip to content
Snippets Groups Projects
Commit e21a80e9 authored by Brad King's avatar Brad King
Browse files

Tests: Teach RunCMake to ignore incidental 'Recompacting log' ninja output

Ninja versions prior to 1.6.0 occasionally print this message.
parent 2a2afe0a
No related branches found
No related tags found
No related merge requests found
^(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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment