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

Unified Diff: recipes/example/defer.expected/one_fail.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_modules/step/example.expected/warning.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipes/example/defer.expected/one_fail.json
diff --git a/recipes/example/defer.expected/one_fail.json b/recipes/example/defer.expected/one_fail.json
index 4d6aaccd62c8906a9bc23b954a0c21396a475025..41d1a9cb8b9007daa7e1de23503b4b96d3cfca30 100644
--- a/recipes/example/defer.expected/one_fail.json
+++ b/recipes/example/defer.expected/one_fail.json
@@ -20,6 +20,7 @@
{
"name": "$result",
"reason": "1 out of 2 aggregated steps failed. Failures: Step('testa') failed with return_code 1",
+ "recipe_result": null,
"status_code": 1
}
]
« no previous file with comments | « recipe_modules/step/example.expected/warning.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698