| Index: scripts/slave/recipes/chromium.py
|
| diff --git a/scripts/slave/recipes/chromium.py b/scripts/slave/recipes/chromium.py
|
| index 591da88d85916b31f970c747a84844e105fe40df..57fdbca9dee315d9562c19dc9962d2c13180b75b 100644
|
| --- a/scripts/slave/recipes/chromium.py
|
| +++ b/scripts/slave/recipes/chromium.py
|
| @@ -291,7 +291,14 @@ def GenTests(api):
|
| 'isolated_scripts': [
|
| {
|
| 'isolate_name': 'telemetry_gpu_unittests',
|
| - 'name': 'telemetry_gpu_unittests'
|
| + 'name': 'telemetry_gpu_unittests',
|
| + 'args': ['--correct-common-arg'],
|
| + 'precommit_args': ['--SHOULD-NOT-BE-PRESENT-DURING-THE-RUN'],
|
| + 'non_precommit_args': [
|
| + '--these-args-should-be-present',
|
| + '--test-machine-name=\"${buildername}\"',
|
| + '--build-revision=\"${got_revision}\"',
|
| + ],
|
| },
|
| ],
|
| },
|
|
|