Index: recipe_modules/step/example.expected/invalid_access.json |
diff --git a/recipe_modules/step/example.expected/invalid_access.json b/recipe_modules/step/example.expected/invalid_access.json |
index e5d8bec390ca77c6cd42d071950310316eb366be..610062255a3ccf85de1523fd5976b0faf9796a3d 100644 |
--- a/recipe_modules/step/example.expected/invalid_access.json |
+++ b/recipe_modules/step/example.expected/invalid_access.json |
@@ -61,6 +61,14 @@ |
{ |
"cmd": [ |
"echo", |
+ "warning" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "warning" |
+ }, |
+ { |
+ "cmd": [ |
+ "echo", |
"testa" |
], |
"cwd": "[SLAVE_BUILD]", |
@@ -87,9 +95,8 @@ |
{ |
"cmd": [ |
"python", |
- "test-wrapper.py", |
- "-v", |
- "--", |
+ "-c", |
+ "import sys; print sys.argv", |
"echo", |
"main", |
"application" |
@@ -112,4 +119,4 @@ |
"reason": "Invalid Step Data Access: StepDataAttributeError('The recipe attempted to access missing step data \"json\" for step \"no-op\". Please examine that step for errors.',)", |
"status_code": -1 |
} |
-] |
+] |