Skip to content

Commit f412889

Browse files
committed
Add missing bash settings
Missing this line caused that the test was not skipped if oscap-chrootable was not built.
1 parent 1027498 commit f412889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/probes/yamlfilecontent/test_probes_yamlfilecontent_offline_mode.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
. $builddir/tests/test_common.sh
44

5+
set -e -o pipefail
6+
57
function test_probes_yamlfilecontent_offline_mode {
68

79
probecheck "yamlfilecontent" || return 255

0 commit comments

Comments
 (0)