From 390bc79ed36a4eee16202f5d74613ff750882316 Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Tue, 16 Apr 2013 23:59:42 -0400 Subject: [PATCH] #3662 get db-benchmark-test script working again closes[t:3662] git-svn-id: file:///svn/toku/tokudb@32653 c7de825b-a66e-492c-adef-691d508d4ae1 --- scripts/run.db-benchmark-test.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run.db-benchmark-test.bash b/scripts/run.db-benchmark-test.bash index fac475a9b83..a21e784379e 100755 --- a/scripts/run.db-benchmark-test.bash +++ b/scripts/run.db-benchmark-test.bash @@ -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