| Index: testing/scripts/run_telemetry_as_googletest.py
|
| diff --git a/testing/scripts/run_telemetry_as_googletest.py b/testing/scripts/run_telemetry_as_googletest.py
|
| index f7bdcc00c0880554c17ba6de8a7383af11ec8065..71550a4181ed55b9b80beb1980fae16f1bab14b1 100755
|
| --- a/testing/scripts/run_telemetry_as_googletest.py
|
| +++ b/testing/scripts/run_telemetry_as_googletest.py
|
| @@ -37,8 +37,12 @@ def main():
|
| parser.add_argument(
|
| '--isolated-script-test-output', type=argparse.FileType('w'),
|
| required=True)
|
| + parser.add_argument(
|
| + '--isolated-script-test-chartjson-output', type=argparse.FileType('w'),
|
| + required=False)
|
| parser.add_argument('--xvfb', help='Start xvfb.', action='store_true')
|
| args, rest_args = parser.parse_known_args()
|
| +
|
| xvfb_proc = None
|
| openbox_proc = None
|
| xcompmgr_proc = None
|
|
|