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

Unified Diff: tools/mb/mb_unittest.py

Issue 1342563002: Clean up logging in MB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: catch gn gen failure Created 5 years, 3 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 | « tools/mb/mb.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_unittest.py
diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py
index 942defb9f98cc8ca6fdb03d726d0e846f2e15832..8bc9fbbf5f607141197ae0e10ee0d9ee055d3fb3 100755
--- a/tools/mb/mb_unittest.py
+++ b/tools/mb/mb_unittest.py
@@ -38,7 +38,7 @@ class FakeMBW(mb.MetaBuildWrapper):
def ReadFile(self, path):
return self.files[path]
- def WriteFile(self, path, contents):
+ def WriteFile(self, path, contents, force_verbose=False):
self.files[path] = contents
def Call(self, cmd, env=None):
« no previous file with comments | « tools/mb/mb.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698