| Index: scripts/slave/recipe_modules/step/example.expected/defer_results.json
|
| diff --git a/scripts/slave/recipe_modules/step/example.expected/defer_results.json b/scripts/slave/recipe_modules/step/example.expected/defer_results.json
|
| deleted file mode 100644
|
| index df47df583b619707518972617d421459f328d07b..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipe_modules/step/example.expected/defer_results.json
|
| +++ /dev/null
|
| @@ -1,83 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "Hello World"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "hello"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "Why hello, there."
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "hello (2)"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "bash",
|
| - "-c",
|
| - "echo Good bye, $friend."
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "env": {
|
| - "friend": "Darth Vader"
|
| - },
|
| - "name": "goodbye"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "bash",
|
| - "-c",
|
| - "exit 3"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "anything is cool"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "hello"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "hello (3)",
|
| - "~followup_annotations": [
|
| - "@@@STEP_EXCEPTION@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "goodbye"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "goodbye (2)"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "testa"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "testa",
|
| - "~followup_annotations": [
|
| - "step returned non-zero exit code: 1",
|
| - "@@@STEP_FAILURE@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "echo",
|
| - "testb"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "testb"
|
| - },
|
| - {
|
| - "name": "$final_result",
|
| - "reason": "You can catch step failures.",
|
| - "status_code": 1
|
| - }
|
| -]
|
|
|