| Index: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json
|
| diff --git a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_rel.json b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json
|
| similarity index 89%
|
| rename from scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_rel.json
|
| rename to scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json
|
| index f32d01c73ff948696e5f8f7c05dad6153fadf120..925190fb06d0799c03db6f893fac3ee4f0605891 100644
|
| --- a/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_rel.json
|
| +++ b/scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel.json
|
| @@ -58,10 +58,19 @@
|
| },
|
| {
|
| "cmd": [
|
| + "ninja",
|
| + "-C",
|
| + "[SLAVE_BUILD]/crashpad/out/Release_x64"
|
| + ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| + "name": "compile with ninja (2)"
|
| + },
|
| + {
|
| + "cmd": [
|
| "python",
|
| "-u",
|
| "[SLAVE_BUILD]/crashpad/build/run_tests.py",
|
| - "Release"
|
| + "Release_x64"
|
| ],
|
| "cwd": "[SLAVE_BUILD]",
|
| "name": "run tests"
|
|
|