summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-02 22:17:58 +0000
committerslamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-02 22:17:58 +0000
commitde51c659d92e495ac6b87531f3136a0222296660 (patch)
treeda6f1b5161c6e6dfc145f87e836921c1ba42dfb6
parenta93c8c849e666e833245c06b3eaa27d6c84d1a0c (diff)
downloadchromium_src-de51c659d92e495ac6b87531f3136a0222296660.zip
chromium_src-de51c659d92e495ac6b87531f3136a0222296660.tar.gz
chromium_src-de51c659d92e495ac6b87531f3136a0222296660.tar.bz2
Fix error in page cycler test with Web Page Replay.
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10491005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140207 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xchrome/test/functional/perf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py
index c94bf32..5f36e53 100755
--- a/chrome/test/functional/perf.py
+++ b/chrome/test/functional/perf.py
@@ -2156,7 +2156,7 @@ class WebPageReplayPageCyclerTest(BasePageCyclerTest):
if self.replay_dir:
replay_dir = self.replay_dir
else:
- self._Path('replay'),
+ replay_dir = self._Path('replay')
with webpagereplay.ReplayServer(
replay_dir,
self._ArchivePath(test_name),