DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] autotests: display command line when starting
@ 2016-03-15 12:25 Olivier Matz
  2016-03-24 20:14 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Olivier Matz @ 2016-03-15 12:25 UTC (permalink / raw)
  To: dev

It's useful for debug purposes to see the command line used by
autotest.py.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
---
 app/test/autotest_runner.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/test/autotest_runner.py b/app/test/autotest_runner.py
index eadfb7f..291a821 100644
--- a/app/test/autotest_runner.py
+++ b/app/test/autotest_runner.py
@@ -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)
 
-- 
2.1.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] autotests: display command line when starting
  2016-03-15 12:25 [dpdk-dev] [PATCH] autotests: display command line when starting Olivier Matz
@ 2016-03-24 20:14 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-03-24 20:14 UTC (permalink / raw)
  To: Olivier Matz; +Cc: dev

2016-03-15 13:25, Olivier Matz:
> It's useful for debug purposes to see the command line used by
> autotest.py.
> 
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-24 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 12:25 [dpdk-dev] [PATCH] autotests: display command line when starting Olivier Matz
2016-03-24 20:14 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).