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

Unified Diff: scripts/slave/remote_run.py

Issue 2083523003: remote_run: invoke recipes.py remote_run with --verbose (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/remote_run.py
diff --git a/scripts/slave/remote_run.py b/scripts/slave/remote_run.py
index 747d1efca8b464208a3ad7ff8df11e4ce6037381..1a9a70e0925268925ccc7f822e6f27193fb85480 100644
--- a/scripts/slave/remote_run.py
+++ b/scripts/slave/remote_run.py
@@ -121,6 +121,7 @@ def main(argv):
recipe_cmd = [
sys.executable,
os.path.join(cipd_path, 'recipes.py'),
+ '--verbose',
'remote_run',
'--repository', args.repository,
'--revision', args.revision,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698