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