| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.json
|
| index 7bcc0be7d24e3f0fd0e11dda0bb73fc1a4a932fa..76dd7303aa7adc9ee1fc945f0cedc350939b2606 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty.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"
|
| }
|
|
|