| Index: recipe_modules/step/example.expected/warning.json
|
| diff --git a/recipe_modules/step/example.expected/warning.json b/recipe_modules/step/example.expected/warning.json
|
| index f56c744b94540071cb0251a525a849f9c909be4c..54eb4a001d77283181f0c8d017f21485b3554eba 100644
|
| --- a/recipe_modules/step/example.expected/warning.json
|
| +++ b/recipe_modules/step/example.expected/warning.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."
|
|
|