| Index: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_no_bot_update.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_no_bot_update.json b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_no_bot_update.json
|
| index dab5d308c31cb4a39df3112bba842d161fafb3e0..43d196e0d0ba64843771863fb2db7f9811053710 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_no_bot_update.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_no_bot_update.json
|
| @@ -241,7 +241,9 @@
|
| "--build-number=571",
|
| "--run-python-script",
|
| "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
|
| - "--browser=release"
|
| + "--browser=release",
|
| + "--write-full-results-to",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "telemetry_unittests (with patch)"
|
| },
|
| @@ -265,7 +267,9 @@
|
| "--build-number=571",
|
| "--run-python-script",
|
| "[SLAVE_BUILD]/src/tools/perf/run_tests",
|
| - "--browser=release"
|
| + "--browser=release",
|
| + "--write-full-results-to",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "telemetry_perf_unittests (with patch)"
|
| },
|
|
|