| Index: recipe_modules/python/example.expected/basic.json
|
| diff --git a/recipe_modules/python/example.expected/basic.json b/recipe_modules/python/example.expected/basic.json
|
| index 9a8821f118619f69c3b9ad9db3b477d73c216626..1c80f33aafdb7a9e72ca3f3ab7fcbff035241789 100644
|
| --- a/recipe_modules/python/example.expected/basic.json
|
| +++ b/recipe_modules/python/example.expected/basic.json
|
| @@ -5,7 +5,6 @@
|
| "-u",
|
| "import sys; sys.exit(0)"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "success",
|
| "~followup_annotations": [
|
| "@@@STEP_LOG_LINE@success@This step is a success@@@",
|
| @@ -18,7 +17,6 @@
|
| "-u",
|
| "import sys; sys.exit(1)"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "failure",
|
| "~followup_annotations": [
|
| "step returned non-zero exit code: 1",
|
|
|