| 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 29bd521ced581de54372ead870314335209b9ff5..8f0aeee01734e64b80bdab72f074ad3c6b7a70df 100644
|
| --- a/recipe_modules/step/example.expected/warning.json
|
| +++ b/recipe_modules/step/example.expected/warning.json
|
| @@ -4,6 +4,7 @@
|
| "echo",
|
| "Hello World"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "hello"
|
| },
|
| {
|
| @@ -11,6 +12,7 @@
|
| "echo",
|
| "Why hello, there."
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "hello (2)"
|
| },
|
| {
|
| @@ -19,6 +21,7 @@
|
| "-c",
|
| "echo Good bye, $friend."
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "friend": "Darth Vader"
|
| },
|
| @@ -29,6 +32,7 @@
|
| "recipes.py",
|
| "--help"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "RECIPE_PACKAGE_REPO[recipe_engine]:%(PATH)s"
|
| },
|
| @@ -40,6 +44,7 @@
|
| "-c",
|
| "exit 3"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "anything is cool"
|
| },
|
| {
|
| @@ -47,6 +52,7 @@
|
| "echo",
|
| "hello"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "hello (3)",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@the reason@The reason@@@",
|
| @@ -57,6 +63,7 @@
|
| },
|
| {
|
| "cmd": [],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "Just print stuff",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@more@More stuff@@@",
|
| @@ -68,6 +75,7 @@
|
| "echo",
|
| "goodbye"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "goodbye (2)"
|
| },
|
| {
|
| @@ -75,6 +83,7 @@
|
| "echo",
|
| "warning"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "warning",
|
| "~followup_annotations": [
|
| "step returned non-zero exit code: 1",
|
|
|