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

Unified Diff: unittests/remote_test.py

Issue 2839353003: [recipes.py] move remote arg parsing to its module (Closed)
Patch Set: rebase Created 3 years, 8 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
« recipes.py ('K') | « recipes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/remote_test.py
diff --git a/unittests/remote_test.py b/unittests/remote_test.py
index 7d1fb30b4cafd2548cb0bed9fd1e53dd59898ae8..0f46090d173eacb67b616b61dcab9a38f1b19e8b 100755
--- a/unittests/remote_test.py
+++ b/unittests/remote_test.py
@@ -25,7 +25,7 @@ class RemoteTest(repo_test_util.RepoTest):
'a_recipe',
], stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as ex:
- print >> sys.stdout, ex.message
+ print >> sys.stdout, ex.message, ex.output
raise
« recipes.py ('K') | « recipes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698