Searched refs:gtest_color (Results 1 – 2 of 2) sorted by relevance
3262 const char* const gtest_color = c.c_str(); in ShouldUseColor() local3264 if (String::CaseInsensitiveCStringEquals(gtest_color, "auto")) { in ShouldUseColor()3287 return String::CaseInsensitiveCStringEquals(gtest_color, "yes") || in ShouldUseColor()3288 String::CaseInsensitiveCStringEquals(gtest_color, "true") || in ShouldUseColor()3289 String::CaseInsensitiveCStringEquals(gtest_color, "t") || in ShouldUseColor()3290 String::CStringEquals(gtest_color, "1"); in ShouldUseColor()
2059 You can set the `GTEST_COLOR` environment variable or the `--gtest_color`