]> git.droids-corp.org - dpdk.git/blobdiff - app/test/autotest_runner.py
app/test: display command line when starting
[dpdk.git] / app / test / autotest_runner.py
index eadfb7f9a9588cdc6654e35f058a32afe1ffec28..291a8213f4c108611acd3ab2247d0608a7c23ce1 100644 (file)
@@ -72,6 +72,7 @@ def run_test_group(cmdline, test_group):
                startuplog = StringIO.StringIO()
 
                print >>startuplog, "\n%s %s\n" % ("="*20, test_group["Prefix"])
+               print >>startuplog, "\ncmdline=%s" % cmdline
 
                child = pexpect.spawn(cmdline, logfile=startuplog)