aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-08-08 06:26:00 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-08 06:26:00 -0700
commit1413d52c539a1c687d3bf4412ebc76367ca22bb9 (patch)
treed3c0261c13da8e3387f907885220ecca2e90d529 /infra/bots
parentaf06420cc14edb4808c061639965d5c18ef32873 (diff)
Speculative fix for SKP partner-dir upload
Diffstat (limited to 'infra/bots')
-rwxr-xr-xinfra/bots/assets/skp/create.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/assets/skp/create.py b/infra/bots/assets/skp/create.py
index 6bf716c532..e2d3f66d27 100755
--- a/infra/bots/assets/skp/create.py
+++ b/infra/bots/assets/skp/create.py
@@ -50,6 +50,8 @@ def create_asset(chrome_src_path, browser_executable, target_dir,
]
if upload_to_partner_bucket:
webpages_playback_cmd.append('--upload_to_partner_bucket')
+ print 'Running webpages_playback command:\n$ %s' % (
+ ' '.join(webpages_playback_cmd))
try:
subprocess.check_call(webpages_playback_cmd)
finally: