| Index: recipe_modules/tryserver/example.expected/with_svn_patch.json
|
| diff --git a/recipe_modules/tryserver/example.expected/with_svn_patch.json b/recipe_modules/tryserver/example.expected/with_svn_patch.json
|
| index 60f83bc8823181c5d8fbc4b4001fa6ce1468b4ea..1046c033953d50d0e07d978b5639af5ce4ccd8c0 100644
|
| --- a/recipe_modules/tryserver/example.expected/with_svn_patch.json
|
| +++ b/recipe_modules/tryserver/example.expected/with_svn_patch.json
|
| @@ -20,7 +20,7 @@
|
| "cmd": [
|
| "patch",
|
| "--dir",
|
| - "[CWD]",
|
| + "[SLAVE_BUILD]",
|
| "--force",
|
| "--forward",
|
| "--remove-empty-files",
|
| @@ -38,7 +38,7 @@
|
| "--cached",
|
| "--name-only"
|
| ],
|
| - "cwd": "[CWD]",
|
| + "cwd": "[SLAVE_BUILD]",
|
| "name": "git diff to analyze patch",
|
| "stdout": "/path/to/tmp/",
|
| "~followup_annotations": [
|
|
|