Re: [dpdk-dev] [PATCH] test/test: allow taking extra arguments from environment

2018-11-05 Thread Thomas Monjalon
12/10/2018 19:42, Luca Boccassi: > On Fri, 2018-10-12 at 16:34 +0100, Bruce Richardson wrote: > > When running unit tests automatically, either via script, from meson, > > or otherwise, the same set of options may be used for each run, for > > example to set a standard coremask to be used for all t

Re: [dpdk-dev] [PATCH] test/test: allow taking extra arguments from environment

2018-10-12 Thread Luca Boccassi
On Fri, 2018-10-12 at 16:34 +0100, Bruce Richardson wrote: > When running unit tests automatically, either via script, from meson, > or otherwise, the same set of options may be used for each run, for > example to set a standard coremask to be used for all tests. > > To facilitate this, this patch