Chromium Code Reviews| Index: testing/scripts/gtest_perf_test.py |
| diff --git a/testing/scripts/gtest_perf_test.py b/testing/scripts/gtest_perf_test.py |
| index b634faf2b211330dd5e43f766d49b48b018b5234..c40d914a56d140fa503225d5d0ee21f5166a4996 100755 |
| --- a/testing/scripts/gtest_perf_test.py |
| +++ b/testing/scripts/gtest_perf_test.py |
| @@ -48,6 +48,7 @@ def main_run(args): |
| 'run_%s' % test_suite), |
| '--verbose', |
| ]) |
| + gtest_args.extend(script_args[1:]) |
| else: |
| gtest_args.extend(['--xvfb']) |
| gtest_args.extend(script_args) |