| 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 e5bd7ae1f15c7615750499ed5c2de77520ef81d2..88ad710acf7055fe91b2277b9b71ec1f4afffdcb 100644
|
| --- a/content/test/gpu/gpu_tests/pixel.py
|
| +++ b/content/test/gpu/gpu_tests/pixel.py
|
| @@ -150,8 +150,8 @@
|
| test = _PixelValidator
|
|
|
| @classmethod
|
| - def AddBenchmarkCommandLineArgs(cls, group):
|
| - super(Pixel, cls).AddBenchmarkCommandLineArgs(group)
|
| + def AddTestCommandLineArgs(cls, group):
|
| + super(Pixel, cls).AddTestCommandLineArgs(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)',
|
|
|