| Index: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| index 2aa5a45b51ae8381adc8bd72b97e2c85a154e967..3038bd65cb21094695c21fcc52b8f108b149f5a9 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| @@ -316,7 +316,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)"
|
| },
|
| @@ -340,7 +342,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)"
|
| },
|
|
|