| 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 e43a0ac2716a9b7b89cff6c13a7cee1699ff63f0..589fbf9414bca3f4b91b05fa6fefc7e2d2e1c6cc 100644
|
| --- a/recipe_modules/step/example.expected/basic.json
|
| +++ b/recipe_modules/step/example.expected/basic.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."
|
|
|