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

Unified Diff: recipe_modules/generator_script/example.expected/always_run.json

Issue 2127353003: Include "recipe_result" (None) on StepFailure (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: trybots Created 4 years, 5 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_engine/run.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/generator_script/example.expected/always_run.json
diff --git a/recipe_modules/generator_script/example.expected/always_run.json b/recipe_modules/generator_script/example.expected/always_run.json
index 81ee986e9e1aff6a62d60185d87a792b863f39bd..837f208694854ffabae5aa6f04421d4de1b0918d 100644
--- a/recipe_modules/generator_script/example.expected/always_run.json
+++ b/recipe_modules/generator_script/example.expected/always_run.json
@@ -72,6 +72,7 @@
{
"name": "$result",
"reason": "the following steps in gen step(always_run.py) failed: ['fails']",
+ "recipe_result": null,
"status_code": 1
}
]
« no previous file with comments | « recipe_engine/run.py ('k') | recipe_modules/step/example.expected/defer_results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698