| Index: scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__2_.json
|
| diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__2_.json b/scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__2_.json
|
| index 2b3687e8a35fc8ace589b45998767ffeaa786079..a72fca18337b55c68f63c936d1ddca561d376e8d 100644
|
| --- a/scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__2_.json
|
| +++ b/scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__2_.json
|
| @@ -164,7 +164,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"
|
| },
|
| @@ -187,7 +189,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"
|
| },
|
|
|