Index: scripts/slave/recipe_modules/python/example.expected/basic.json |
diff --git a/scripts/slave/recipe_modules/python/example.expected/basic.json b/scripts/slave/recipe_modules/python/example.expected/basic.json |
deleted file mode 100644 |
index 23c1fce0179629616823108b39db2be78f4cd0d6..0000000000000000000000000000000000000000 |
--- a/scripts/slave/recipe_modules/python/example.expected/basic.json |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-[ |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "import sys; sys.exit(0)" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "success", |
- "~followup_annotations": [ |
- "@@@STEP_LOG_LINE@success@This step is a success@@@", |
- "@@@STEP_LOG_END@success@@@" |
- ] |
- }, |
- { |
- "cmd": [ |
- "python", |
- "-u", |
- "import sys; sys.exit(1)" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "failure", |
- "~followup_annotations": [ |
- "step returned non-zero exit code: 1", |
- "@@@STEP_TEXT@This step is a failure :(@@@", |
- "@@@STEP_FAILURE@@@" |
- ] |
- } |
-] |