Index: scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.json |
diff --git a/scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.json b/scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.json |
index fd516e33af1d648c9a37332a310678748184921e..54b71547d1abdee28945aee0c89df4b93355072c 100644 |
--- a/scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.json |
+++ b/scripts/slave/recipes/dart/dart2js.expected/dart2js-win7-ie10-dev.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,29 +64,29 @@ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]\\sdk\\tools\\task_kill.py", |
+ "[SLAVE_BUILD]\\sdk\\tools\\task_kill.py", |
"--kill_browsers=True" |
], |
- "cwd": "[CWD]\\sdk", |
+ "cwd": "[SLAVE_BUILD]\\sdk", |
"name": "taskkill before building" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]\\sdk\\tools\\build.py", |
+ "[SLAVE_BUILD]\\sdk\\tools\\build.py", |
"-mrelease", |
"--arch=ia32", |
"dart2js_bot" |
], |
- "cwd": "[CWD]\\sdk", |
+ "cwd": "[SLAVE_BUILD]\\sdk", |
"name": "build dart" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]\\sdk\\tools\\test.py", |
+ "[SLAVE_BUILD]\\sdk\\tools\\test.py", |
"--mode=release", |
"--arch=ia32", |
"--compiler=dart2js", |
@@ -105,17 +107,17 @@ |
"samples", |
"co19" |
], |
- "cwd": "[CWD]\\sdk", |
+ "cwd": "[SLAVE_BUILD]\\sdk", |
"name": "dart2js ie10 tests" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]\\sdk\\tools\\task_kill.py", |
+ "[SLAVE_BUILD]\\sdk\\tools\\task_kill.py", |
"--kill_browsers=True" |
], |
- "cwd": "[CWD]\\sdk", |
+ "cwd": "[SLAVE_BUILD]\\sdk", |
"name": "taskkill after testing" |
}, |
{ |