diff mbox series

[v1,1/6] test/guest-debug: echo QEMU command as well

Message ID 20201214153012.12723-2-alex.bennee@linaro.org
State New
Headers show
Series gdbstub (auxv, tests, cleanup) | expand

Commit Message

Alex Bennée Dec. 14, 2020, 3:30 p.m. UTC
This helps with debugging.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/guest-debug/run-test.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/guest-debug/run-test.py b/tests/guest-debug/run-test.py
index 71c5569054..0c4f5c3808 100755
--- a/tests/guest-debug/run-test.py
+++ b/tests/guest-debug/run-test.py
@@ -53,6 +53,7 @@  if __name__ == '__main__':
         cmd = "%s %s -g %s %s" % (args.qemu, args.qargs, socket_name,
                                   args.binary)
 
+    print("QEMU CMD: %s" % (cmd))
     inferior = subprocess.Popen(shlex.split(cmd))
 
     # Now launch gdb with our test and collect the result