From 2723614d5836efd7d9724af4ce4091413a9414c8 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 16 Mar 2022 17:00:55 +0100 Subject: [PATCH] tool/run: restrict close to amtterm spawn_id Issue #4429 --- tool/run/log/amt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run/log/amt b/tool/run/log/amt index 457fb3453f..db50009cd8 100644 --- a/tool/run/log/amt +++ b/tool/run/log/amt @@ -99,7 +99,7 @@ proc run_log { wait_for_re timeout_value } { } timeout { puts stderr "Boot process timed out" - close + close -i $output_spawn_id; wait return false } }