mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
[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:
parent
2dd5a157a4
commit
0f9071fae0
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue