Files
oceanbase/unittest/share/schema/sgt/run.sh
wangzelin.wzl 93a1074b0c patch 4.0
2022-10-24 17:57:12 +08:00

12 lines
114 B
Bash
Executable File

rm -rf *.sql
for ((i=0; i<$1; i++))
do
echo "looping $i"
sh -x ./schema.sh &
sleep 10
done
wait
echo "all done"