| Index: recipe_modules/step/example.expected/basic.json
|
| diff --git a/recipe_modules/step/example.expected/basic.json b/recipe_modules/step/example.expected/basic.json
|
| index 7bf830a83b9dd41f37ec1fb20db637dc0934bfb8..138b77ac32204f34531462cffb912410f78f5f15 100644
|
| --- a/recipe_modules/step/example.expected/basic.json
|
| +++ b/recipe_modules/step/example.expected/basic.json
|
| @@ -61,6 +61,14 @@
|
| {
|
| "cmd": [
|
| "echo",
|
| + "warning"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "warning"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "echo",
|
| "testa"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| @@ -87,19 +95,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
|
| }
|
| -]
|
| +]
|
|
|