mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
refs #6566 fix release test script
This commit is contained in:
parent
7c8a526e9d
commit
3238f36def
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue