diff mbox series

[PULL,13/30] test/guest-debug: echo QEMU command as well

Message ID 20210115130828.23968-14-alex.bennee@linaro.org (mailing list archive)
State New, archived
Headers show
Series [PULL,01/30] tests/docker: Remove Debian 9 remnant lines | expand

Commit Message

Alex Bennée Jan. 15, 2021, 1:08 p.m. UTC
This helps with debugging.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210108224256.2321-3-alex.bennee@linaro.org>
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