Harmonise test execution reporting across protocols
commitef0e2f97866f42e7197a26ef7ced3d30efacd9a8
authorMaciej W. Rozycki <macro@embecosm.com>
Tue, 12 Dec 2023 13:10:03 +0000 (12 13:10 +0000)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 14 Dec 2023 01:59:34 +0000 (13 19:59 -0600)
tree558180f9d20a4d1d48c0c037fce3650c30e4ba52
parentfbdcba42176e9f76c1d9e898347c91abd8b86df1
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.
baseboards/qemu.exp
config/gdb-comm.exp
config/gdb_stub.exp
config/sim.exp
config/unix.exp