[t:4814] clean up run_recover_stress_test.sh

git-svn-id: file:///svn/toku/tokudb@43206 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:00:26 -04:00 committed by Yoni Fogel
parent 2dd5a157a4
commit 0f9071fae0

View file

@ -8,10 +8,9 @@ bin=$1; shift
size=$1; shift
runs=$1; shift
abortcode=$1; shift
valgrind="$@"
$valgrind $bin -C -n $size -l
$valgrind $bin -C -i 0 -n $size -l
$bin -C -n $size -l
$bin -C -i 0 -n $size -l
for (( i = 1; i < $runs; i++ ))
do
echo -n "$i: " && date