| 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 27bf30cf854ea3a0e797e0ad2f7de86d2a7c84bc..16deb3aef05a349d991e865b92729043670239f9 100755
|
| --- a/content/test/gpu/run_gpu_integration_test.py
|
| +++ b/content/test/gpu/run_gpu_integration_test.py
|
| @@ -26,10 +26,9 @@ def PostprocessJSON(file_name, run_test_args):
|
| json.dump(test_result, f)
|
|
|
| def main():
|
| - options = browser_test_runner.TestRunOptions()
|
| 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.
|
|
|