for x in t1 t2 t3 t4 t5 t6 ; do
echo running test $x
./do_tests none 3 256 0 350000000
mkdir html/$x
mv -v html/*.gif html/*.html html/$x
done;

