diff options
author | slamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 22:17:58 +0000 |
---|---|---|
committer | slamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-02 22:17:58 +0000 |
commit | de51c659d92e495ac6b87531f3136a0222296660 (patch) | |
tree | da6f1b5161c6e6dfc145f87e836921c1ba42dfb6 | |
parent | a93c8c849e666e833245c06b3eaa27d6c84d1a0c (diff) | |
download | chromium_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-x | chrome/test/functional/perf.py | 2 |
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), |