| Index: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
|
| diff --git a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
|
| index ccd6c5dc50c3969ab7896eb6bbfa6707635935a8..a6946883a06bbc907a2c509f64e3c4e5fead91ef 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
|
| +++ b/scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze.json
|
| @@ -232,7 +232,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)"
|
| },
|
| @@ -256,7 +258,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)"
|
| },
|
|
|