| 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 67d42bf72587319ce5bfdd25d021930248b0d806..886f985b49d9e88bfc542896c6b3d33f22af5e02 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json
|
| @@ -319,7 +319,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)"
|
| },
|
| @@ -343,7 +345,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)"
|
| },
|
|
|