Commit d1234bc
xtensa-host.sh: log the full command including the timeout prefix
Replace the custom and incomplete command logging with a simpler set -x.
../sof/qemu-check.sh and maybe others invoke this script with a non-zero
${TIMEOUT} to stop qemu. This prints the following line every time; even
in successful cases which can be confused
qemu-system-xtensa: terminating on signal 15 from pid 9823 (timeout)
Logging the timeout prefix reduces this confusion
Signed-off-by: Marc Herbert <marc.herbert@intel.com>1 parent 1ac98ca commit d1234bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments