09/04/2019 12:55, Bruce Richardson: > --- a/devtools/test-meson-builds.sh > +++ b/devtools/test-meson-builds.sh > -set -o pipefail > +# this option gives an error on BSD > +if [ "`uname`" = "Linux" ] ; then > + set -o pipefail > +fi
I think this is a bash option. We may require bash at the top of this script as a workaround. Or we can revert the inital patch piping to cat for verbose mode.