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 |
} |
-] |
+] |