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

Unified Diff: recipe_modules/step/example.expected/defer_results.json

Issue 1344583003: Recipe package system. (Closed) Base URL: git@github.com:luci/recipes-py.git@master
Patch Set: Recompiled proto Created 5 years, 3 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/step/example.expected/defer_results.json
diff --git a/recipe_modules/step/example.expected/defer_results.json b/recipe_modules/step/example.expected/defer_results.json
index 00d4d781249c5af0299553fccb8df5f822e47e7c..405c0c8804ed6e5259c5e0306d15d1b198cca5e2 100644
--- a/recipe_modules/step/example.expected/defer_results.json
+++ b/recipe_modules/step/example.expected/defer_results.json
@@ -61,6 +61,14 @@
{
"cmd": [
"echo",
+ "warning"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "warning"
+ },
+ {
+ "cmd": [
+ "echo",
"testa"
],
"cwd": "[SLAVE_BUILD]",
@@ -83,4 +91,4 @@
"reason": "You can catch step failures.",
"status_code": 1
}
-]
+]
« no previous file with comments | « recipe_modules/step/example.expected/basic.json ('k') | recipe_modules/step/example.expected/infra_failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698