You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The match files depend on the output from our GoogleTest test suites to
not include ANSI color escape sequences but this setting can be
controlled via environment variable `GTEST_COLOR=yes`. This can cause
tests to fail even though they should not. This patch explicitly
disabled color output by setting `GTEST_COLOR=no` in the test
environment.
0 commit comments