Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_rel.json |
diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_rel.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_rel.json |
index 2022a6b23a108d1fc2c5ed3afd303efa2e559893..f32d01c73ff948696e5f8f7c05dad6153fadf120 100644 |
--- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_rel.json |
+++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_mac_rel.json |
@@ -8,6 +8,7 @@ |
"--spec", |
"cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/crashpad.git'}]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gclient setup" |
}, |
{ |
@@ -23,6 +24,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gclient sync", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -42,6 +44,7 @@ |
"[DEPOT_TOOLS]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gclient runhooks" |
}, |
{ |
@@ -50,6 +53,7 @@ |
"-C", |
"[SLAVE_BUILD]/crashpad/out/Release" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "compile with ninja" |
}, |
{ |
@@ -59,6 +63,7 @@ |
"[SLAVE_BUILD]/crashpad/build/run_tests.py", |
"Release" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "run tests" |
} |
] |