Commit 77b2b4c2 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4814] clean up run_recover_stress_test.sh


git-svn-id: file:///svn/toku/tokudb@43206 c7de825b-a66e-492c-adef-691d508d4ae1
parent b9f93970
......@@ -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
......
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