mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
#3662 get db-benchmark-test script working again closes[t:3662]
git-svn-id: file:///svn/toku/tokudb@32653 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
4714be8d31
commit
390bc79ed3
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ fi
|
||||||
|
|
||||||
# build it
|
# build it
|
||||||
if [ $testresult = "PASS" ] ; then
|
if [ $testresult = "PASS" ] ; then
|
||||||
pushd $testdir/src
|
pushd $testdir
|
||||||
make local -s CC=$cc GCCVERSION=$gccversion BRTLOADER=$brtloader >>$runfile 2>&1
|
make release -s CC=$cc GCCVERSION=$gccversion BRTLOADER=$brtloader >>$runfile 2>&1
|
||||||
exitcode=$?
|
exitcode=$?
|
||||||
if [ $exitcode != 0 ] ; then testresult="FAIL"; fi
|
if [ $exitcode != 0 ] ; then testresult="FAIL"; fi
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue