| 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 18c142f092f382623565a901317b67201e43a5b0..0af8de0bfc199f5fac83c0f93072eb8c71724e91 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json
|
| @@ -345,7 +345,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)"
|
| },
|
| @@ -369,7 +371,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)"
|
| },
|
|
|