homework-jianmu/tests/script/tsim/parser/repeatAlter.sim

10 lines
158 B
Plaintext

$i = 1
$loops = 10
while $i <= $loops
print ====== repeat: $i
run tsim/parser/alter.sim
$i = $i + 1
endw
system sh/exec.sh -n dnode1 -s stop -x SIGINT