| Index: scripts/slave/recipes/chromium_trybot.expected/swarming_basic.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_basic.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_basic.json
|
| index 4ee14282c4148df64f982f2b54389167249b85e5..7d93d383a22eed87439fc8fddd6bd333489220f8 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/swarming_basic.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_basic.json
|
| @@ -370,7 +370,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)"
|
| },
|
| @@ -394,7 +396,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)"
|
| },
|
|
|