tool/run: restrict close to amtterm spawn_id

Issue #4429
This commit is contained in:
Christian Helmuth 2022-03-16 17:00:55 +01:00
parent fec5c03612
commit 2723614d58

View File

@ -99,7 +99,7 @@ proc run_log { wait_for_re timeout_value } {
} }
timeout { timeout {
puts stderr "Boot process timed out" puts stderr "Boot process timed out"
close close -i $output_spawn_id; wait
return false return false
} }
} }