| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json
|
| index dd91ce80a190b5bd1eefff130868bb0d4b166ed6..f2511cd616a1d3b36ba76f057a20b9ae0d3e7c90 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__32_.json
|
| @@ -154,7 +154,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"
|
| },
|
| @@ -178,7 +180,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"
|
| }
|
|
|