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

Unified Diff: tools/telemetry/telemetry/test.py

Issue 245093003: Move PageSet._InitializeArchive to PageRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add # pylint: disable=E202 Created 6 years, 8 months 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
« no previous file with comments | « tools/telemetry/telemetry/page/page_set_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/test.py
diff --git a/tools/telemetry/telemetry/test.py b/tools/telemetry/telemetry/test.py
index 4eb3b7bba077f1f1194944a3ad4cf36806f92ea3..5f52affb9910e1c747bd5dc1b0d84e502f9fc860 100644
--- a/tools/telemetry/telemetry/test.py
+++ b/tools/telemetry/telemetry/test.py
@@ -173,8 +173,7 @@ class Test(command_line.Command):
if not hasattr(cls, 'page_set'):
raise NotImplementedError('This test has no "page_set" attribute.')
return page_set.PageSet.FromFile(
- file_path=os.path.join(util.GetBaseDir(), cls.page_set),
- ignore_archive=options.use_live_sites)
+ file_path=os.path.join(util.GetBaseDir(), cls.page_set))
@classmethod
def CreateExpectations(cls, ps): # pylint: disable=W0613
« no previous file with comments | « tools/telemetry/telemetry/page/page_set_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698