Commit c56c6cf5 authored by tokubuild's avatar tokubuild

refs #6566 fix drd and coverage test scripts

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