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

Unified Diff: claude.py

Issue 1230973004: Upload symbols when uploading artifacts. (Closed) Base URL: https://github.com/domokit/monet.git@add_tracing
Patch Set: Use devtools for signature Created 5 years, 5 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 | « DEPS ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: claude.py
diff --git a/claude.py b/claude.py
index 967baa6c3f24b4a706e16155e203fe75c4d6ede9..e549742de506ddd475a2c5bc9008c2ae8957052c 100755
--- a/claude.py
+++ b/claude.py
@@ -119,7 +119,8 @@ def _upload(args):
if args.dry_run:
base_command.append('--dry-run')
_logger.info('Uploading network service binary')
- retcode = subprocess.call(base_command + ['network_service'])
+ retcode = subprocess.call(base_command + ['--upload-symbols',
+ 'network_service'])
if retcode != 0:
return retcode
_logger.info('Uploading network service apptests binary')
« no previous file with comments | « DEPS ('k') | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698