Re: [dpdk-dev] [PATCH] devtools: silence meson install

2020-03-23 Thread David Marchand
On Mon, Mar 23, 2020 at 11:58 AM Thomas Monjalon wrote: > > 18/03/2020 11:02, Bruce Richardson: > > On Tue, Mar 17, 2020 at 05:25:21PM +0100, David Marchand wrote: > > > Installing with ninja is quite verbose by default, hide ninja output under > > > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_V

Re: [dpdk-dev] [PATCH] devtools: silence meson install

2020-03-23 Thread Thomas Monjalon
18/03/2020 11:02, Bruce Richardson: > On Tue, Mar 17, 2020 at 05:25:21PM +0100, David Marchand wrote: > > Installing with ninja is quite verbose by default, hide ninja output under > > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE options. > > > > Signed-off-by: David Marchand > > --

Re: [dpdk-dev] [PATCH] devtools: silence meson install

2020-03-18 Thread Bruce Richardson
On Tue, Mar 17, 2020 at 05:25:21PM +0100, David Marchand wrote: > Installing with ninja is quite verbose by default, hide ninja output under > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE options. > > Signed-off-by: David Marchand > --- Acked-by: Bruce Richardson > devtools/test-

[dpdk-dev] [PATCH] devtools: silence meson install

2020-03-17 Thread David Marchand
Installing with ninja is quite verbose by default, hide ninja output under TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE options. Signed-off-by: David Marchand --- devtools/test-meson-builds.sh | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/devtools/tes