Index: recipe_modules/tryserver/example.expected/with_git_patch.json |
diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json |
index 2c28083b713990b73cf373ff82a8d17884b928df..117f1c2e17844e6ba842e4e4258d041af898466d 100644 |
--- a/recipe_modules/tryserver/example.expected/with_git_patch.json |
+++ b/recipe_modules/tryserver/example.expected/with_git_patch.json |
@@ -3,7 +3,7 @@ |
"cmd": [ |
"python", |
"-u", |
- "[ROOT]/b/build/scripts/slave/git_setup.py", |
+ "[BUILD]/scripts/slave/git_setup.py", |
"--path", |
"[TMP_BASE]/patch_tmp_1", |
"--url", |
@@ -47,7 +47,7 @@ |
"cmd": [ |
"patch", |
"--dir", |
- "[CWD]", |
+ "[SLAVE_BUILD]", |
"--force", |
"--forward", |
"--remove-empty-files", |
@@ -75,7 +75,7 @@ |
"--cached", |
"--name-only" |
], |
- "cwd": "[CWD]/v8", |
+ "cwd": "[SLAVE_BUILD]/v8", |
"name": "git diff to analyze patch", |
"stdout": "/path/to/tmp/", |
"~followup_annotations": [ |