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

Unified Diff: recipe_modules/raw_io/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. 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
« no previous file with comments | « recipe_modules/raw_io/example.py ('k') | recipe_modules/raw_io/test_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/raw_io/example.expected/basic.json
diff --git a/recipe_modules/raw_io/example.expected/basic.json b/recipe_modules/raw_io/example.expected/basic.json
index 239a08218ecc2b7243d30e97f8071b625bbe2755..d843c2d30d75b4e22e8d5327b032b22b6edd555b 100644
--- a/recipe_modules/raw_io/example.expected/basic.json
+++ b/recipe_modules/raw_io/example.expected/basic.json
@@ -64,6 +64,23 @@
"name": "leak dir"
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write('bad_value')\n",
+ "/path/to/tmp/"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "override_default_mock",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@python.inline@@@@",
+ "@@@STEP_LOG_LINE@python.inline@import sys@@@",
+ "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
+ "@@@STEP_LOG_LINE@python.inline@ f.write('bad_value')@@@",
+ "@@@STEP_LOG_END@python.inline@@@"
+ ]
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « recipe_modules/raw_io/example.py ('k') | recipe_modules/raw_io/test_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698