From f2a8d8515c13b2476fccd323752226e070ed23bc Mon Sep 17 00:00:00 2001 From: ETWen Date: Thu, 4 Jun 2026 14:41:46 +0800 Subject: [PATCH] refactor(scripts): drop output-marker gates from SVOS script; engine wait-settle handles the race --- tools/scripts/test-power_cycle_SVOS.ttl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/scripts/test-power_cycle_SVOS.ttl b/tools/scripts/test-power_cycle_SVOS.ttl index 3608710..821723c 100644 --- a/tools/scripts/test-power_cycle_SVOS.ttl +++ b/tools/scripts/test-power_cycle_SVOS.ttl @@ -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 -