| Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__dbg_.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__dbg_.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__dbg_.json
|
| index d1f7555402628e30b76ed4fa3127b766f36bff85..08816555bffcbc7205852a15584053b0108f2665 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__dbg_.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Trusty__dbg_.json
|
| @@ -154,7 +154,9 @@
|
| "--build-number=571",
|
| "--run-python-script",
|
| "[SLAVE_BUILD]/src/tools/telemetry/run_tests",
|
| - "--browser=debug"
|
| + "--browser=debug",
|
| + "--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=debug"
|
| + "--browser=debug",
|
| + "--write-full-results-to",
|
| + "/path/to/tmp/json"
|
| ],
|
| "name": "telemetry_perf_unittests"
|
| }
|
|
|