devtools: rename build test verbosity variables
authorThomas Monjalon <thomas@monjalon.net>
Tue, 17 Nov 2020 10:38:26 +0000 (11:38 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Fri, 20 Nov 2020 15:06:08 +0000 (16:06 +0100)
commit996a8658adc28197b30196ea525b79e57601f6c2
tree13cad8866c147a214f3273090af7bc0239540c09
parent135155a8363d4279b4684ae4723e70bb6554b9e3
devtools: rename build test verbosity variables

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 of the verbosity level is also moved upper in the script,
closer to other initializations.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: David Marchand <david.marchand@redhat.com>
devtools/test-meson-builds.sh