| Index: tests/gclient_smoketest.py
|
| diff --git a/tests/gclient_smoketest.py b/tests/gclient_smoketest.py
|
| index 187cc9eda089d647b58fb92b8552e976f181d8fc..2ebbc335f1a63d96d9f2b5e86be551d2f3ef0a66 100755
|
| --- a/tests/gclient_smoketest.py
|
| +++ b/tests/gclient_smoketest.py
|
| @@ -870,9 +870,9 @@ class GClientSmokeFromCheckout(GClientSmokeBase):
|
| def testRest(self):
|
| self.gclient(['sync'])
|
| # TODO(maruel): This is incorrect, it should run on ./ too.
|
| - out = self.parseGclient(['cleanup', '--deps', 'mac'],
|
| + out = self.parseGclient(['cleanup', '--deps', 'mac', '--verbose'],
|
| [('running', join(self.root_dir, 'foo', 'bar'))])
|
| - out = self.parseGclient(['diff', '--deps', 'mac'],
|
| + out = self.parseGclient(['diff', '--deps', 'mac', '--verbose'],
|
| [('running', join(self.root_dir, 'foo', 'bar'))])
|
|
|
|
|
|
|