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

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

Issue 427073003: Adds ability to filter the set of tests that are run by a bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge to trunk 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
Index: scripts/slave/recipe_modules/json/api.py
diff --git a/scripts/slave/recipe_modules/json/api.py b/scripts/slave/recipe_modules/json/api.py
index f9d9bedbec432d42f1fa6f15663cacf834662d4d..3bb43d7968db87c95927cd3a4e46be9d9d4b54d1 100644
--- a/scripts/slave/recipe_modules/json/api.py
+++ b/scripts/slave/recipe_modules/json/api.py
@@ -47,7 +47,7 @@ class JsonOutputPlaceholder(recipe_util.Placeholder):
FIXME
After the termination of the step, this file is expected to contain a valid
- JSON document, which will be set as the json_output for that step in the
+ JSON document, which will be set as the json.output for that step in the
step_history OrderedDict passed to your recipe generator.
"""
def __init__(self, api, add_json_log):

Powered by Google App Engine
This is Rietveld 408576698