14/01/2021 18:01, Van Haaren, Harry:
> > From: Stephen Hemminger <step...@networkplumber.org>
> > Sent: Thursday, January 14, 2021 4:46 PM
> > To: Richardson, Bruce <bruce.richard...@intel.com>; Van Haaren, Harry
> > <harry.van.haa...@intel.com>; De Lara Guarch, Pablo
> > <pablo.de.lara.gua...@intel.com>
> > Cc: sta...@dpdk.org; dev@dpdk.org; Stephen Hemminger
> > <step...@networkplumber.org>
> > Subject: [PATCH] test: don't break terminal settings when running tests
> > 
> > When running one test (via DPDK_TEST) the test program
> > would leave the terminal in raw mode.  This was because
> > it was setting up cmdline to do interactive input.
> > 
> > The fix is to use cmdline_new() for the interactive
> > case.
> > 
> > This also fixes a memory leak because the test
> > runner was never calling cmdline_free().
> > 
> > Fixes: 9b848774a5dc ("test: use env variable to run tests")
> > Cc: harry.van.haa...@intel.com
> > Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
> 
> Tested-by: Harry van Haaren <harry.van.haa...@intel.com>

Applied, thanks


Reply via email to