X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Ftest-meson-builds.sh;h=e3f19a01aa0f3d33d83e1c6cfd11ebdadfcadc8d;hb=55878866eb2b6d4e00ff5624259a92f13e10b481;hp=f0d5c9a84b98917d473e3b99762cc73094d44e48;hpb=ae2f2fee247ad0f80f5a122fd174fa16cddd5438;p=dpdk.git diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh index f0d5c9a84b..e3f19a01aa 100755 --- a/devtools/test-meson-builds.sh +++ b/devtools/test-meson-builds.sh @@ -7,6 +7,8 @@ # * if a build-directory already exists we assume it was properly configured # Run ninja after configuration is done. +set -o pipefail + srcdir=$(dirname $(readlink -f $0))/.. MESON=${MESON:-meson} use_shared="--default-library=shared"