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 |
index 9730922a7e88b8cb2ed9eb5be1ed179cce977530..23c1fce0179629616823108b39db2be78f4cd0d6 100644 |
--- a/scripts/slave/recipe_modules/python/example.expected/basic.json |
+++ b/scripts/slave/recipe_modules/python/example.expected/basic.json |
@@ -5,6 +5,7 @@ |
"-u", |
"import sys; sys.exit(0)" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "success", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@success@This step is a success@@@", |
@@ -17,6 +18,7 @@ |
"-u", |
"import sys; sys.exit(1)" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "failure", |
"~followup_annotations": [ |
"step returned non-zero exit code: 1", |