Commit 4e823bac authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

fix path error in run.stress-tests.py


git-svn-id: file:///svn/toku/tokudb@44961 c7de825b-a66e-492c-adef-691d508d4ae1
parent f0f0ee04
......@@ -130,7 +130,7 @@ class TestRunnerBase(object):
@property
def prepareloc(self):
preparename = 'dir.%(execf)s-%(tsize)d-%(csize)d' % self
return os.path.join(self.tokudb, 'src', 'tests', preparename)
return os.path.join(self.builddir, 'src', 'tests', preparename)
def prepare(self):
if os.path.isdir(self.prepareloc):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment