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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..23c1fce0179629616823108b39db2be78f4cd0d6 |
--- /dev/null |
+++ b/scripts/slave/recipe_modules/python/example.expected/basic.json |
@@ -0,0 +1,29 @@ |
+[ |
+ { |
+ "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@@@" |
+ ] |
+ } |
+] |