Commit 1c7e9991 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

don't create envdir by ourselves


git-svn-id: file:///svn/toku/tokudb@42120 c7de825b-a66e-492c-adef-691d508d4ae1
parent eb3570f0
......@@ -130,7 +130,6 @@ class TestRunnerBase(object):
self.envdir = ('../%s-%d-%d-%d-%d-%d.dir' %
(self.execf, self.tsize, self.csize,
self.ptquery, self.update, get_ident()))
os.mkdir(self.envdir)
try:
try:
......
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