| Index: recipe_modules/step/example.expected/exceptional.json
|
| diff --git a/recipe_modules/step/example.expected/exceptional.json b/recipe_modules/step/example.expected/exceptional.json
|
| index 01c8e351823c9a049653ed39d4a1c8be11af1cdc..4db168811e9b470bd248759195e0044ff932b6c0 100644
|
| --- a/recipe_modules/step/example.expected/exceptional.json
|
| +++ b/recipe_modules/step/example.expected/exceptional.json
|
| @@ -15,6 +15,30 @@
|
| },
|
| {
|
| "cmd": [
|
| + "mkdir",
|
| + "something"
|
| + ],
|
| + "name": "mk subdir"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "bash",
|
| + "-c",
|
| + "echo Why hello, there, in a subdir."
|
| + ],
|
| + "cwd": "[START_DIR]/something",
|
| + "name": "something"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "bash",
|
| + "-c",
|
| + "echo what happen"
|
| + ],
|
| + "name": "start_dir ignored"
|
| + },
|
| + {
|
| + "cmd": [
|
| "bash",
|
| "-c",
|
| "echo Good bye, $friend."
|
|
|