Index: scripts/slave/recipes/dart/dart.expected/linux64.json |
diff --git a/scripts/slave/recipes/dart/dart.expected/linux64.json b/scripts/slave/recipes/dart/dart.expected/linux64.json |
index 02b5e44102f16b6a3320222ff948bf79e5affd09..643c057a98762f89a5e3e71c8d6934cc11dae5f7 100644 |
--- a/scripts/slave/recipes/dart/dart.expected/linux64.json |
+++ b/scripts/slave/recipes/dart/dart.expected/linux64.json |
@@ -11,13 +11,13 @@ |
"--slave", |
"TestSlavename", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.com/dart-lang/sdk.git'}]", |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'sdk', 'url': 'https://chromium.googlesource.com/external/github.com/dart-lang/sdk.git'}]", |
"--root", |
"sdk", |
"--revision_mapping_file", |
"{}", |
"--git-cache-dir", |
- "[ROOT]/b/build/slave/cache_dir", |
+ "[GIT_CACHE]", |
"--output_json", |
"/path/to/tmp/json", |
"--revision", |
@@ -25,6 +25,7 @@ |
"--force", |
"--output_manifest" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -53,6 +54,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -62,20 +64,20 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/sdk/tools/build.py", |
+ "[SLAVE_BUILD]/sdk/tools/build.py", |
"-mrelease", |
"--arch=x64", |
"runtime", |
"create_sdk" |
], |
- "cwd": "[CWD]/sdk", |
+ "cwd": "[SLAVE_BUILD]/sdk", |
"name": "build dart" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/sdk/tools/test.py", |
+ "[SLAVE_BUILD]/sdk/tools/test.py", |
"-mrelease", |
"--arch=x64", |
"--progress=line", |
@@ -86,7 +88,7 @@ |
"--write-test-outcome-log", |
"--copy-coredumps" |
], |
- "cwd": "[CWD]/sdk", |
+ "cwd": "[SLAVE_BUILD]/sdk", |
"name": "test vm" |
}, |
{ |