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

Unified Diff: tests/gclient_smoketest.py

Issue 3338003: Remove scm.SVN.Run() and all stdout argument to more calls. (Closed)
Patch Set: Created 10 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 | « tests/gclient_scm_test.py ('k') | tests/scm_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'))])
« no previous file with comments | « tests/gclient_scm_test.py ('k') | tests/scm_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698