TDengine/tests/script/tsim/parser/repeatAlter.sim
2022-08-25 11:13:33 +08:00

9 lines
158 B
Text

$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