Re: [dpdk-dev] [PATCH v2 1/1] devtools: rename build test verbosity variables

2020-11-20 Thread David Marchand
On Wed, Nov 18, 2020 at 11:56 AM David Marchand wrote: > On Tue, Nov 17, 2020 at 11:38 AM Thomas Monjalon wrote: > > > > The verbosity was meant to be set with options -v and -vv, > > or possibly with the environment variables TEST_MESON_BUILD_VERBOSE > > and TEST_MESON_BUILD_VERY_VERBOSE. > > >

Re: [dpdk-dev] [PATCH v2 1/1] devtools: rename build test verbosity variables

2020-11-18 Thread David Marchand
On Tue, Nov 17, 2020 at 11:38 AM Thomas Monjalon wrote: > > The verbosity was meant to be set with options -v and -vv, > or possibly with the environment variables TEST_MESON_BUILD_VERBOSE > and TEST_MESON_BUILD_VERY_VERBOSE. > > It is decided to keep only the options -v and -vv, > so the variable

[dpdk-dev] [PATCH v2 1/1] devtools: rename build test verbosity variables

2020-11-17 Thread Thomas Monjalon
The verbosity was meant to be set with options -v and -vv, or possibly with the environment variables TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE. It is decided to keep only the options -v and -vv, so the variables are renamed with lower case, marking them as privates. The handling