Index: scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json |
diff --git a/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json b/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json |
index b5edce9a2e3d26d24315ca5b192a7e07819ab761..96a2c85e9a62762a3ff4404b4e9e4756f23582ad 100644 |
--- a/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json |
+++ b/scripts/slave/recipe_modules/tryserver/example.expected/with_svn_patch.json |
@@ -7,6 +7,7 @@ |
"svn://checkout.url", |
"/path/to/tmp/diff" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "download patch", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@patch.diff@fake patch.diff content (line 1)@@@", |
@@ -26,6 +27,7 @@ |
"--strip", |
"0" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "apply patch", |
"stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2)\n" |
} |