Chromium Code Reviews| Index: chrome/telemetry_unittests.isolate |
| diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate |
| index f91ea698a5736d297fb45b8c7955ee9fea85cf3c..6c5168a54582b5a85700cf0ae9389b6cbbbb3108 100644 |
| --- a/chrome/telemetry_unittests.isolate |
| +++ b/chrome/telemetry_unittests.isolate |
| @@ -15,12 +15,31 @@ |
| '../testing/scripts/common.py', |
| '../testing/scripts/run_telemetry_as_googletest.py', |
| ], |
| + } |
| + }], |
| + ['OS=="mac"', { |
| + 'variables': { |
| + 'command': [ |
| + '../testing/scripts/run_telemetry_as_googletest.py', |
| + '../tools/telemetry/run_tests', |
| + '-v', |
| + '--chrome-root', |
| + '..' |
|
M-A Ruel
2015/11/23 16:28:40
add comma here, so this error won't be repeated.
nednguyen
2015/11/23 16:29:51
Done.
|
| + ], |
| + }, |
| + }], |
| + ['OS=="win"', { |
| + 'variables': { |
| 'command': [ |
| '../testing/scripts/run_telemetry_as_googletest.py', |
| '../tools/telemetry/run_tests', |
| '-v', |
| '--chrome-root', |
| '..' |
|
M-A Ruel
2015/11/23 16:28:40
missing comma
nednguyen
2015/11/23 16:29:51
Done.
|
| + # crbug.com/559154 |
| + # TODO(nednguyen): Remove --jobs=1 once the bug is fixed to speed up |
| + # the test run. |
| + '--job=1', |
| ], |
| }, |
| }], |