diff --git a/tool/run/run b/tool/run/run index 5b5d25f597..41fcf972c2 100755 --- a/tool/run/run +++ b/tool/run/run @@ -480,7 +480,7 @@ proc wait_for_output { wait_for_re timeout_value running_spawn_id } { eof { puts stderr "Error: Spawned process died unexpectedly"; exit -3 } timeout { puts stderr "Error: Test execution timed out"; exit -2 } } - set output $expect_out(buffer) + append output $expect_out(buffer) }