Index: scripts/slave/recipe_modules/step/example.expected/exceptional.json |
diff --git a/scripts/slave/recipe_modules/step/example.expected/exceptional.json b/scripts/slave/recipe_modules/step/example.expected/exceptional.json |
deleted file mode 100644 |
index 7a83f40df29349c6ff6b506ed14df661f9d43959..0000000000000000000000000000000000000000 |
--- a/scripts/slave/recipe_modules/step/example.expected/exceptional.json |
+++ /dev/null |
@@ -1,70 +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_LOG_LINE@the reason@The reason@@@", |
- "@@@STEP_LOG_LINE@the reason@it failed@@@", |
- "@@@STEP_LOG_END@the reason@@@", |
- "@@@STEP_EXCEPTION@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "echo", |
- "goodbye" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "goodbye (2)", |
- "~followup_annotations": [ |
- "step returned non-zero exit code: 1", |
- "@@@STEP_FAILURE@@@" |
- ] |
- }, |
- { |
- "name": "$final_result", |
- "reason": "Uncaught Exception: ValueError('goodbye must exit 0!',)", |
- "status_code": -1 |
- } |
-] |