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

Unified Diff: tools/bots/pub.py

Issue 528793002: Update dartium android status on co19 tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Save core dumps on debug pub buildbots. Created 6 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/co19/co19-dartium.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/pub.py
diff --git a/tools/bots/pub.py b/tools/bots/pub.py
index 640bd0b0ed6987aa6c2341ae1069c95fbbfdb101..1c5dff5aba7175ab0f4953e845fbe8178caafb40 100755
--- a/tools/bots/pub.py
+++ b/tools/bots/pub.py
@@ -67,7 +67,8 @@ def PubSteps(build_info):
bot.RunTest('pub and pkg', build_info, common_args + ['pkg', 'docs'],
swallow_error=True)
bot.RunTest('pub and pkg optimization counter threshold 5', build_info,
- common_args + ['--append_logs', opt_threshold, 'pkg', 'docs'],
+ common_args + ['--copy-coredumps', '--append_logs',
+ opt_threshold, 'pkg', 'docs'],
swallow_error=True)
if build_info.mode == 'release':
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698