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

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 24227006: Turn on subannotations when runtests has annotate parameter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 3 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 | scripts/slave/recipes/gpu.expected/linux_release.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index 5d04baedb2bc793af60556b7ab19aec25b95fd09..1f00d326d01c958cd970445b7d4c206a08486cce 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -61,6 +61,7 @@ class ChromiumApi(recipe_api.RecipeApi):
full_args += self.m.json.property_args()
if annotate:
full_args.append('--annotate=%s' % annotate)
+ kwargs['allow_subannotations'] = True
if results_url:
full_args.append('--results-url=%s' % results_url)
if ext == '.py':
« no previous file with comments | « no previous file | scripts/slave/recipes/gpu.expected/linux_release.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698