| Index: content/test/gpu/gpu_tests/pixel.py
|
| diff --git a/content/test/gpu/gpu_tests/pixel.py b/content/test/gpu/gpu_tests/pixel.py
|
| index 88ad710acf7055fe91b2277b9b71ec1f4afffdcb..e5bd7ae1f15c7615750499ed5c2de77520ef81d2 100644
|
| --- a/content/test/gpu/gpu_tests/pixel.py
|
| +++ b/content/test/gpu/gpu_tests/pixel.py
|
| @@ -150,8 +150,8 @@ class Pixel(cloud_storage_test_base.TestBase):
|
| test = _PixelValidator
|
|
|
| @classmethod
|
| - def AddTestCommandLineArgs(cls, group):
|
| - super(Pixel, cls).AddTestCommandLineArgs(group)
|
| + def AddBenchmarkCommandLineArgs(cls, group):
|
| + super(Pixel, cls).AddBenchmarkCommandLineArgs(group)
|
| group.add_option('--reference-dir',
|
| help='Overrides the default on-disk location for reference images '
|
| '(only used for local testing without a cloud storage account)',
|
|
|