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

Unified Diff: recipe_modules/json/example.expected/basic.json

Issue 1773273003: Make output placeholders like json.output index-able by name. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: Rebase uppon https://codereview.chromium.org/1785543004/ Created 4 years, 9 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: recipe_modules/json/example.expected/basic.json
diff --git a/recipe_modules/json/example.expected/basic.json b/recipe_modules/json/example.expected/basic.json
index c73d785ced10c9fc79772b3ce26510f1729c959a..bd8696ed0c7707c7ccf7a9f8861e0efbc3d13444 100644
--- a/recipe_modules/json/example.expected/basic.json
+++ b/recipe_modules/json/example.expected/basic.json
@@ -44,12 +44,18 @@
"cwd": "[SLAVE_BUILD]",
"name": "foo",
"~followup_annotations": [
- "@@@STEP_LOG_LINE@json.output@[@@@",
- "@@@STEP_LOG_LINE@json.output@ \"x\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"y\", @@@",
- "@@@STEP_LOG_LINE@json.output@ \"\\ufeff\\uff5a\"@@@",
- "@@@STEP_LOG_LINE@json.output@]@@@",
- "@@@STEP_LOG_END@json.output@@@",
+ "@@@STEP_LOG_LINE@1.json.output@[@@@",
+ "@@@STEP_LOG_LINE@1.json.output@ 1, @@@",
+ "@@@STEP_LOG_LINE@1.json.output@ 2, @@@",
+ "@@@STEP_LOG_LINE@1.json.output@ 3@@@",
+ "@@@STEP_LOG_LINE@1.json.output@]@@@",
+ "@@@STEP_LOG_END@1.json.output@@@",
+ "@@@STEP_LOG_LINE@2.json.output@[@@@",
+ "@@@STEP_LOG_LINE@2.json.output@ \"x\", @@@",
+ "@@@STEP_LOG_LINE@2.json.output@ \"y\", @@@",
+ "@@@STEP_LOG_LINE@2.json.output@ \"\\ufeff\\uff5a\"@@@",
+ "@@@STEP_LOG_LINE@2.json.output@]@@@",
+ "@@@STEP_LOG_END@2.json.output@@@",
"@@@STEP_LOG_LINE@python.inline@@@@",
"@@@STEP_LOG_LINE@python.inline@import json@@@",
"@@@STEP_LOG_LINE@python.inline@import sys@@@",
@@ -108,4 +114,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]

Powered by Google App Engine
This is Rietveld 408576698