17/12/2020 10:05, Thomas Monjalon: > 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 <tho...@monjalon.net> > --- > v2: remove abidiff command from stdout (already printed on error)
Applied