devtools: reduce build test verbosity
authorThomas Monjalon <thomas@monjalon.net>
Fri, 6 Nov 2020 17:28:54 +0000 (18:28 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 12 Nov 2020 14:40:28 +0000 (15:40 +0100)
commita7a9199af8f6a15ece91bc1a67ab50d926e84530
tree82b1f24c1ed30ad773b02fb6e0b21cf76ab8fb2e
parenta655cbd5bebd23804446c6e4a8f6815e74a5f2f7
devtools: reduce build test verbosity

The default verbosity of test-meson-builds.sh is to be quiet.
In order to better apply the verbosity policy, some file descriptors
are open to redirect to stdout or /dev/null accordingly.

The target variable and meson/ninja commands are printed in verbose modes.
The installation commands are printed only in very verbose mode.
The examples build commands are printed only in very verbose mode.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
devtools/test-meson-builds.sh