Commit c56c6cf5 authored by tokubuild's avatar tokubuild

refs #6566 fix drd and coverage test scripts

parent 3238f36d
......@@ -7,6 +7,8 @@ scriptdir=$PWD
popd &>/dev/null
tokudbdir=$(dirname $scriptdir)
cd $tokudbdir
if [ ! -d build ] ; then
mkdir build
pushd build
......@@ -26,7 +28,7 @@ if [ ! -d build ] ; then
-D TOKUDB_DATA=$tokudbdir/../tokudb.data \
..
ninja build_jemalloc build_lzma
popd build
popd
fi
cd build
......
......@@ -7,6 +7,8 @@ scriptdir=$PWD
popd &>/dev/null
tokudbdir=$(dirname $scriptdir)
cd $tokudbdir
if [ ! -d build ] ; then
mkdir build
pushd build
......@@ -25,7 +27,7 @@ if [ ! -d build ] ; then
-D TOKUDB_DATA=$tokudbdir/../tokudb.data \
..
ninja build_jemalloc build_lzma
popd build
popd
fi
cd build
......
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