| Index: scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json b/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| index ebf9911edb029a60ceb9790bb6976a64d22834e6..5fbab6264862cc5f5db3bb804a11165ed273998b 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| @@ -342,7 +342,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)"
|
| },
|
| @@ -366,7 +368,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)"
|
| },
|
|
|