repeatAlter.sim 157 字节
Newer Older
1 2 3 4
$i = 1
$loops = 10
while $i <= $loops
  print ====== repeat: $i
S
Shengliang Guan 已提交
5
  run tsim/parser/alter.sim
6 7 8 9
  $i = $i + 1
endw

system sh/exec.sh -n dnode1 -s stop -x SIGINT