| Index: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json | 
| diff --git a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json | 
| index 2331ca622049d3f791f83986af8c65a0258d4574..4f6c4338a37110999899426db7fa6695af15cddd 100644 | 
| --- a/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json | 
| +++ b/scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.json | 
| @@ -11,13 +11,13 @@ | 
| "--slave", | 
| "TestSlavename", | 
| "--spec", | 
| -      "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", | 
| +      "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infra.git'}]", | 
| "--root", | 
| "infra", | 
| "--revision_mapping_file", | 
| "{\"infra\": \"got_revision\"}", | 
| "--git-cache-dir", | 
| -      "[GIT_CACHE]", | 
| +      "[ROOT]/b/build/slave/cache_dir", | 
| "--gerrit_repo", | 
| "https://chromium.googlesource.com/infra/infra", | 
| "--gerrit_ref", | 
| @@ -28,7 +28,6 @@ | 
| "infra@HEAD", | 
| "--output_manifest" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
| @@ -72,7 +71,7 @@ | 
| "-m", | 
| "Committed patch" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]/infra", | 
| +    "cwd": "[CWD]/infra", | 
| "name": "commit git patch" | 
| }, | 
| { | 
| @@ -82,7 +81,6 @@ | 
| "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 
| "runhooks" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
| @@ -101,7 +99,7 @@ | 
| "https://chromium-review.googlesource.com", | 
| "--gerrit_fetch", | 
| "--root", | 
| -      "[SLAVE_BUILD]/infra", | 
| +      "[CWD]/infra", | 
| "--commit", | 
| "--verbose", | 
| "--verbose", | 
| @@ -114,7 +112,6 @@ | 
| "--upstream", | 
| "5e03a58dc0850e5137a8ebbce29610670c756aed" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
|  |