summaryrefslogtreecommitdiffstats
path: root/tests/ob_arch_is_concerned.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 04:03:27 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 04:03:27 (EDT)
commit90c36e26defc2f56b8db1294b857a4028b197437 (patch)
tree348163f598cb8363191fd1dca16df8e5348badec /tests/ob_arch_is_concerned.sh
parent8173bcbcc3a05333979b0da0a765b4dedde7448e (diff)
tests/*.sh: set -e
Diffstat (limited to 'tests/ob_arch_is_concerned.sh')
-rwxr-xr-xtests/ob_arch_is_concerned.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ob_arch_is_concerned.sh b/tests/ob_arch_is_concerned.sh
index c408ef3..41c57d2 100755
--- a/tests/ob_arch_is_concerned.sh
+++ b/tests/ob_arch_is_concerned.sh
@@ -17,6 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
+set -e
+
. "${TOP_SRCDIR}/tests/aux/tap-functions.sh"
. "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}"