| Index: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json
|
| index cfacb464900b19bc1ba6d08747905834a201a094..09172c036fa1bb2608a8bce0ab356cd7bb43b20f 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_matching_exclusion.json
|
| @@ -229,7 +229,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)"
|
| },
|
| @@ -253,7 +255,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)"
|
| },
|
|
|