Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json |
diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json |
index 5d3e622dfe7c91c94cfe3f427a8d8fa049867c57..ddb9d9fa544dd263a8f1c4f16b0780a6b98382e8 100644 |
--- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json |
+++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_dbg.json |
@@ -6,8 +6,9 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"config", |
"--spec", |
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]" |
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -26,6 +27,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -48,6 +50,7 @@ |
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
}, |
@@ -57,17 +60,19 @@ |
"cmd": [ |
"ninja", |
"-C", |
- "[CWD]/crashpad/out/Debug" |
+ "[SLAVE_BUILD]/crashpad/out/Debug" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile with ninja" |
}, |
{ |
"cmd": [ |
"python", |
"-u", |
- "[CWD]/crashpad/build/run_tests.py", |
+ "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
"Debug" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "run tests" |
}, |
{ |