refactor(scripts): drop output-marker gates from SVOS script; engine wait-settle handles the race

This commit is contained in:
2026-06-04 14:41:46 +08:00
parent 6821b310fe
commit f2a8d8515c
-4
View File
@@ -30,13 +30,10 @@ while 1
wait prompt_SVOS ;
sendln "version"
wait "SHA:" ; version "SVOS> version"
wait prompt_SVOS
sendln "help"
wait "more info" ; help
wait prompt_SVOS
sendln "help"
wait "more info"
wait prompt_SVOS
cnt_total = cnt_total + 1
@@ -44,4 +41,3 @@ while 1
sendln total_print
wait prompt_SVOS
endwhile