From ef0e2f97866f42e7197a26ef7ced3d30efacd9a8 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 12 Dec 2023 13:10:03 +0000 Subject: Harmonise test execution reporting across protocols Report both the full command and the timeout value consistently across various communication protocols, and always always output the report to the log file, so that procedures do not have to be locally overridden to extract this data where needed to reproduce an issue by hand. * baseboards/qemu.exp (qemu_load): Add execution reporting. * config/gdb-comm.exp (gdb_comm_load): Likewise. * config/gdb_stub.exp (gdb_stub_load): Likewise. * config/sim.exp (sim_load): Likewise. * config/unix.exp (unix_load): Report full command in addition to timeout value. --- config/gdb_stub.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/gdb_stub.exp') diff --git a/config/gdb_stub.exp b/config/gdb_stub.exp index be1369a..447c626 100644 --- a/config/gdb_stub.exp +++ b/config/gdb_stub.exp @@ -486,6 +486,8 @@ proc gdb_stub_load { dest prog args } { set wait_timeout $test_timeout } + verbose -log "Executing on $dest: $prog (timeout = $wait_timeout)" 2 + set result [remote_spawn $dest $prog] if { $result < 0 } { -- cgit v1.1