On Thu, Nov 12, 2020 at 5:39 PM Thomas Monjalon <tho...@monjalon.net> 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 from both the script parameters and the env to control something. Those TEST_MESON_BUILD* vars seem internal stuff that should not be exposed. -- David Marchand