]> arthur.barton.de Git - bup.git/commitdiff
test-on.sh: exit only once on source failure
authorRob Browning <rlb@defaultvalue.org>
Wed, 12 Nov 2014 18:34:50 +0000 (12:34 -0600)
committerRob Browning <rlb@defaultvalue.org>
Wed, 12 Nov 2014 18:37:51 +0000 (12:37 -0600)
Thanks to Gabriel Filion for pointing out the oversight.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-on.sh

index 6266888725a9145c7b1191b7a112059f9c2944c1..c3ee46016751d74c627829e4b9bbc9d1d312bd0b 100755 (executable)
@@ -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