Commit 0e497331 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#1496 use tokugrind in place of valgrind in the regression tests

git-svn-id: file:///svn/toku/tokudb@30248 c7de825b-a66e-492c-adef-691d508d4ae1
parent f76201be
...@@ -311,6 +311,7 @@ bdb="4.6" ...@@ -311,6 +311,7 @@ bdb="4.6"
makejobs=`get_ncpus` makejobs=`get_ncpus`
revision=0 revision=0
dovalgrind=1 dovalgrind=1
VALGRIND=valgrind
docommit=1 docommit=1
docoverage=0 docoverage=0
dowindows=0 dowindows=0
...@@ -362,6 +363,7 @@ if [ $revision -eq 0 ] ; then revision=`get_latest_svn_revision`; fi ...@@ -362,6 +363,7 @@ if [ $revision -eq 0 ] ; then revision=`get_latest_svn_revision`; fi
# setup GCCVERSION # setup GCCVERSION
export GCCVERSION=`$CC --version|head -1|cut -f3 -d" "` export GCCVERSION=`$CC --version|head -1|cut -f3 -d" "`
export VALGRIND=$VALGRIND
build $bdb build $bdb
exitcode=$? exitcode=$?
......
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