From 90c36e26defc2f56b8db1294b857a4028b197437 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 04:03:27 -0400 Subject: tests/*.sh: set -e --- (limited to 'tests/ob_plat_is_concerned.sh') diff --git a/tests/ob_plat_is_concerned.sh b/tests/ob_plat_is_concerned.sh index ea55ce0..1d64d95 100755 --- a/tests/ob_plat_is_concerned.sh +++ b/tests/ob_plat_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 . +set -e + . "${TOP_SRCDIR}/tests/aux/tap-functions.sh" . "${TOP_BUILDDIR}/lib/libopkbuild.${SHSOEXT}.${LIBOPKBUILD_SHSOVERSION}" -- cgit v0.9.1