Sanity/smoke-test: exit if we fail to import beakerlib.sh

This commit is contained in:
Matus Marhefka 2022-03-18 13:07:59 +01:00
commit f10d13034d

View file

@ -26,7 +26,7 @@
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. /usr/lib/beakerlib/beakerlib.sh
. /usr/lib/beakerlib/beakerlib.sh || exit 1
PACKAGE="openscap"