| Index: content/test/gpu/run_gpu_test.py
|
| diff --git a/content/test/gpu/run_gpu_test.py b/content/test/gpu/run_gpu_test.py
|
| index 00091d69fed53cbeffe5818d753629ce71bd0f83..e51a2b23e1cc40808c399886270ea39a9ee23f30 100755
|
| --- a/content/test/gpu/run_gpu_test.py
|
| +++ b/content/test/gpu/run_gpu_test.py
|
| @@ -87,10 +87,7 @@
|
| top_level_dir = os.path.dirname(os.path.realpath(__file__))
|
| config = benchmark_runner.ProjectConfig(
|
| top_level_dir=top_level_dir,
|
| - benchmark_dirs=[os.path.join(top_level_dir, 'gpu_tests')],
|
| - client_config=os.path.abspath(os.path.join(
|
| - top_level_dir, os.pardir, os.pardir, os.pardir, 'tools', 'perf',
|
| - 'core', 'binary_dependencies.json')))
|
| + benchmark_dirs=[os.path.join(top_level_dir, 'gpu_tests')])
|
|
|
| did_launch_dbus = _LaunchDBus()
|
| try:
|
|
|