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

2020-11-16 Thread Bruce Richardson
On Mon, Nov 16, 2020 at 03:44:33PM +0100, Thomas Monjalon wrote: > 16/11/2020 15:27, David Marchand: > > On Thu, Nov 12, 2020 at 5:39 PM Thomas Monjalon wrote: > > > > > > For consistency with other variables which can be set from the env, > > > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_V

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

2020-11-16 Thread Thomas Monjalon
16/11/2020 15:27, David Marchand: > On Thu, Nov 12, 2020 at 5:39 PM Thomas Monjalon wrote: > > > > For consistency with other variables which can be set from the env, > > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE > > are renamed > > DPDK_BUILD_TEST_VERBOSE and DPDK_BUILD_TEST_VERY

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

2020-11-16 Thread David Marchand
On Thu, Nov 12, 2020 at 5:39 PM Thomas Monjalon wrote: > > For consistency with other variables which can be set from the env, > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE > are renamed > DPDK_BUILD_TEST_VERBOSE and DPDK_BUILD_TEST_VERY_VERBOSE. It seems a bit odd to take inputs f

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

2020-11-12 Thread Bruce Richardson
On Thu, Nov 12, 2020 at 05:39:01PM +0100, Thomas Monjalon wrote: > For consistency with other variables which can be set from the env, > TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE > are renamed > DPDK_BUILD_TEST_VERBOSE and DPDK_BUILD_TEST_VERY_VERBOSE. > > The handling of the verb

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

2020-11-12 Thread Thomas Monjalon
For consistency with other variables which can be set from the env, TEST_MESON_BUILD_VERBOSE and TEST_MESON_BUILD_VERY_VERBOSE are renamed DPDK_BUILD_TEST_VERBOSE and DPDK_BUILD_TEST_VERY_VERBOSE. The handling of the verbosity level is also moved upper in the script, closer to other initialization