Makes mopy turn off gtest coloring
commit6ffac75a0ae783badb17b13ab7e99e9b09bcedfd
authorsky <sky@chromium.org>
Mon, 10 Aug 2015 21:37:02 +0000 (10 14:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 10 Aug 2015 21:37:37 +0000 (10 21:37 +0000)
tree891e7bc06cacc5b740b1612204dab987bd89ed3c
parentebab689942bb5ace2cdefa7ddebeb14cd42991e4
Makes mopy turn off gtest coloring

Without this gtest could turn on coloring, which confuses the code
that searches the output. The specific error I was getting was re was
being passed a regular expression that contained escape sequences,
which triggered an exception in re saying the string wasn't balanced.

BUG=none
TEST=none
R=msw@chromium.org

Review URL: https://codereview.chromium.org/1279833003

Cr-Commit-Position: refs/heads/master@{#342701}
mojo/tools/apptest_runner.py
mojo/tools/mopy/gtest.py