Commit 25448a74 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5670 quick fix


git-svn-id: file:///svn/toku/tokudb@51327 c7de825b-a66e-492c-adef-691d508d4ae1
parent 3444d43f
...@@ -243,8 +243,7 @@ class TestRunnerBase(object): ...@@ -243,8 +243,7 @@ class TestRunnerBase(object):
copy(fullexecf, targetfor(fullexecf)) copy(fullexecf, targetfor(fullexecf))
for libname in ['util/libutil.so', 'portability/libtokuportability.so', 'src/libtokudb.so']: for libname in ['util/libutil.so', 'portability/libtokuportability.so', 'src/libtokudb.so']:
fulllibpath = os.path.join(self.builddir, libname) fulllibpath = os.path.join(self.builddir, libname)
libpathfromroot = os.path.relpath(fulllibpath, '/') targetpath = savedir + fulllibpath
targetpath = os.path.join(savedir, libpathfromroot)
targetdir = os.path.dirname(targetpath) targetdir = os.path.dirname(targetpath)
if not os.path.exists(targetdir): if not os.path.exists(targetdir):
os.makedirs(targetdir) os.makedirs(targetdir)
......
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