Commit 0493f16b authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

fix run.stress-tests.py to work with cmake (compilation fix). refs #4871.

git-svn-id: file:///svn/toku/tokudb@44958 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9c146d6e
......@@ -432,7 +432,7 @@ def rebuild(tokudb, builddir, installdir, cc, tests):
'-DCMAKE_BUILD_TYPE=Debug',
'-DINTELCC=%s' % iccstr,
'-DCMAKE_INSTALL_DIR=%s' % installdir,
tokudb]
tokudb],
cwd=builddir)
r = call(['make', '-s'] + tests, cwd=builddir)
if r != 0:
......
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