Commit d7ec24ee authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3662 get db-benchmark-test script working again closes[t:3662]

git-svn-id: file:///svn/toku/tokudb@32653 c7de825b-a66e-492c-adef-691d508d4ae1
parent d0c2f1d6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment