From: Rob Browning Date: Wed, 12 Nov 2014 18:34:50 +0000 (-0600) Subject: test-on.sh: exit only once on source failure X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=45271cfe987b23abcf16507c09210b65c2e0f159;p=packages%2Fb%2Fbup.git test-on.sh: exit only once on source failure Thanks to Gabriel Filion for pointing out the oversight. Signed-off-by: Rob Browning Tested-by: Rob Browning --- diff --git a/t/test-on.sh b/t/test-on.sh index 6266888..c3ee460 100755 --- a/t/test-on.sh +++ b/t/test-on.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -. ./wvtest-bup.sh || exit $? || exit $? -. ./t/lib.sh || exit $? || exit $? +. ./wvtest-bup.sh || exit $? +. ./t/lib.sh || exit $? set -o pipefail