| Index: recipe_modules/step/example.expected/warning.json
|
| diff --git a/recipe_modules/step/example.expected/defer_results.json b/recipe_modules/step/example.expected/warning.json
|
| similarity index 84%
|
| copy from recipe_modules/step/example.expected/defer_results.json
|
| copy to recipe_modules/step/example.expected/warning.json
|
| index 00d4d781249c5af0299553fccb8df5f822e47e7c..116e57d66802cb999080bbb5870d1985e51fba07 100644
|
| --- a/recipe_modules/step/example.expected/defer_results.json
|
| +++ b/recipe_modules/step/example.expected/warning.json
|
| @@ -61,26 +61,18 @@
|
| {
|
| "cmd": [
|
| "echo",
|
| - "testa"
|
| + "warning"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| - "name": "testa",
|
| + "name": "warning",
|
| "~followup_annotations": [
|
| "step returned non-zero exit code: 1",
|
| - "@@@STEP_FAILURE@@@"
|
| + "@@@STEP_WARNINGS@@@"
|
| ]
|
| },
|
| {
|
| - "cmd": [
|
| - "echo",
|
| - "testb"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "testb"
|
| - },
|
| - {
|
| "name": "$final_result",
|
| - "reason": "You can catch step failures.",
|
| + "reason": "Step('warning') failed with return_code 1",
|
| "status_code": 1
|
| }
|
| ]
|
|
|