Chromium Code Reviews| Index: content/test/gpu/run_gpu_integration_test.py |
| diff --git a/content/test/gpu/run_gpu_integration_test.py b/content/test/gpu/run_gpu_integration_test.py |
| index 63694002cb70c5cee4c5c6e316a4bc6d0b90c8fd..bb02793bc4c5c2d18c456fddb93147af17e5efa3 100755 |
| --- a/content/test/gpu/run_gpu_integration_test.py |
| +++ b/content/test/gpu/run_gpu_integration_test.py |
| @@ -25,10 +25,9 @@ def PostprocessJSON(file_name): |
| json.dump(test_result, f) |
| def main(): |
| - options = browser_test_runner.TestRunOptions() |
|
nednguyen
2017/01/23 20:30:35
Oh, so this seems to be the API breakage
|
| rest_args = sys.argv[1:] |
| retval = browser_test_runner.Run( |
| - gpu_project_config.CONFIG, options, rest_args) |
| + gpu_project_config.CONFIG, rest_args) |
| # Postprocess the outputted JSON to trim all of the prefixes from |
| # the test names, to keep them as similar to the old form as |
| # possible -- and keep them from getting crazily long. |