devtools: adjust verbosity of ABI check
authorThomas Monjalon <thomas@monjalon.net>
Wed, 2 Dec 2020 17:15:21 +0000 (18:15 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 12 Jan 2021 23:04:33 +0000 (00:04 +0100)
commit0144eeafd1467937a379a7dc005bcb0579b0ae5e
tree3afa40326217db244b29ba2de60ef5d28eea6ebc
parente5e518edd622d63d8aaa1239a4d2cf8bdb438fb9
devtools: adjust verbosity of ABI check

The scripts gen-abi.sh and check-abi.sh are updated
to print error messages to stderr so they are likely never ignored.

When called from test-meson-builds.sh, the standard messages on stdout
can be more quiet depending on the verbosity settings.
The beginning of the ABI check is announced in verbose mode.
The commands are printed in very verbose mode.
The check result details are available in verbose mode.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
devtools/check-abi.sh
devtools/gen-abi.sh
devtools/test-meson-builds.sh