Skip to content

Commit

Permalink
Fix mistakes in submodule mgmt..
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Feb 3, 2016
1 parent ba3cca9 commit 8b2c10f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lib/gtest/gtest-all.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4378,6 +4378,8 @@ bool ShouldUseColor(bool stdout_is_tty) {
String::CStringEquals(term, "xterm-256color") ||
String::CStringEquals(term, "screen") ||
String::CStringEquals(term, "screen-256color") ||
String::CStringEquals(term, "tmux") ||
String::CStringEquals(term, "tmux-256color") ||
String::CStringEquals(term, "rxvt-unicode") ||
String::CStringEquals(term, "rxvt-unicode-256color") ||
String::CStringEquals(term, "linux") ||
Expand Down

0 comments on commit 8b2c10f

Please sign in to comment.