mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +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
|
||||
if [ $testresult = "PASS" ] ; then
|
||||
pushd $testdir/src
|
||||
make local -s CC=$cc GCCVERSION=$gccversion BRTLOADER=$brtloader >>$runfile 2>&1
|
||||
pushd $testdir
|
||||
make release -s CC=$cc GCCVERSION=$gccversion BRTLOADER=$brtloader >>$runfile 2>&1
|
||||
exitcode=$?
|
||||
if [ $exitcode != 0 ] ; then testresult="FAIL"; fi
|
||||
popd
|
||||
|
|
Loading…
Add table
Reference in a new issue