Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: mojo/tools/apptest_runner.py

Issue 1279833003: Makes mopy turn off gtest coloring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to where we copy env and remove set_color Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/tools/mopy/gtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/apptest_runner.py
diff --git a/mojo/tools/apptest_runner.py b/mojo/tools/apptest_runner.py
index 5ceb6fa8d5dd9f9dc0cfe893cb73cdf290d6fde3..f917b2290f3c592e7ed38012e55ccede18e38246 100755
--- a/mojo/tools/apptest_runner.py
+++ b/mojo/tools/apptest_runner.py
@@ -33,7 +33,6 @@ def main():
default=APPTESTS, help='The file listing tests to run.')
args = parser.parse_args()
- gtest.set_color()
logger = logging.getLogger()
logging.basicConfig(stream=sys.stdout, format='%(levelname)s:%(message)s')
logger.setLevel(logging.DEBUG if args.verbose else logging.WARNING)
« no previous file with comments | « no previous file | mojo/tools/mopy/gtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698