| Index: scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json b/scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json
|
| index a3da64e08237b27d3a322d912f39c6581b38290c..2d0248cc4e9dc04b481c79a5b7528978395c6715 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/invalid_json_without_patch.json
|
| @@ -250,7 +250,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)"
|
| },
|
| @@ -274,7 +276,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)"
|
| },
|
|
|