| Index: tools/mb/mb_unittest.py
|
| diff --git a/tools/mb/mb_unittest.py b/tools/mb/mb_unittest.py
|
| index 942defb9f98cc8ca6fdb03d726d0e846f2e15832..f8ed32c41efb6a1bc04357e90e3bb2376afe0abe 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, verbosity=1):
|
| self.files[path] = contents
|
|
|
| def Call(self, cmd, env=None):
|
|
|