Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: content/test/gpu/gpu_tests/pixel.py

Issue 737403002: Revert of telemetry: Remove command line args from page test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)',
« no previous file with comments | « content/test/gpu/gpu_tests/cloud_storage_test_base.py ('k') | content/test/gpu/gpu_tests/webgl_conformance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698