| Index: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
|
| index f0d1dfdb451c24888ec77eb19b50550960af3e1e..7fba6344bb357506a2ecbd068869bab6aeee8229 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_win_chromium_x64_dbg.json
|
| @@ -192,7 +192,9 @@
|
| "--build-number=571",
|
| "--run-python-script",
|
| "[SLAVE_BUILD]\\src\\tools\\telemetry\\run_tests",
|
| - "--browser=debug_x64"
|
| + "--browser=debug_x64",
|
| + "--write-full-results-to",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "telemetry_unittests (with patch)"
|
| },
|
| @@ -215,7 +217,9 @@
|
| "--build-number=571",
|
| "--run-python-script",
|
| "[SLAVE_BUILD]\\src\\tools\\perf\\run_tests",
|
| - "--browser=debug_x64"
|
| + "--browser=debug_x64",
|
| + "--write-full-results-to",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "telemetry_perf_unittests (with patch)"
|
| },
|
|
|