#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:
Rich Prohaska 2013-04-16 23:59:42 -04:00 committed by Yoni Fogel
parent 4714be8d31
commit 390bc79ed3

View file

@ -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