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

Unified Diff: recipe_modules/step/example.expected/infra_failure.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/infra_failure.json
diff --git a/recipe_modules/step/example.expected/infra_failure.json b/recipe_modules/step/example.expected/infra_failure.json
index 3be811303fb2a8e81185ac28c09928dba0829ac1..c2411817f4b6c953cc3b58092b64075572d2f093 100644
--- a/recipe_modules/step/example.expected/infra_failure.json
+++ b/recipe_modules/step/example.expected/infra_failure.json
@@ -61,6 +61,14 @@
{
"cmd": [
"echo",
+ "warning"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "warning"
+ },
+ {
+ "cmd": [
+ "echo",
"testa"
],
"cwd": "[SLAVE_BUILD]",
@@ -91,19 +99,13 @@
{
"cmd": [
"python",
- "test-wrapper.py",
- "-v",
- "--",
+ "-c",
+ "import sys; print sys.argv",
"echo",
"main",
"application"
],
"cwd": "[SLAVE_BUILD]",
"name": "application"
- },
- {
- "name": "$final_result",
- "reason": "Warning, robots approaching!",
- "status_code": 1
}
-]
+]
« no previous file with comments | « recipe_modules/step/example.expected/defer_results.json ('k') | recipe_modules/step/example.expected/invalid_access.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698