Commit cf4f885e authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4382] make script output some stuff

git-svn-id: file:///svn/toku/tokudb@38700 c7de825b-a66e-492c-adef-691d508d4ae1
parent 18df4f3b
......@@ -180,8 +180,12 @@ do
do
(( small_cachetable = table_size * 50 ))
suffix="${exec}-${table_size}-${small_cachetable}-$$"
touch "${log}/${suffix}"
loop_test $exec $table_size $small_cachetable "${log}/${suffix}" "${savedir}/${suffix}" &
tail -f "${log}/${suffix}" &
suffix="${exec}-${table_size}-1000000000-$$"
touch "${log}/${suffix}" &
loop_test $exec $table_size 1000000000 "${log}/${suffix}" "${savedir}/${suffix}" &
tail -f "${log}/${suffix}" &
done
done
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