Skip to content

Commit 345904d

Browse files
committed
Add pipefail to the password probe offline test
1 parent 8d541d9 commit 345904d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/probes/password/test_probes_password_offline.sh

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

1616
. $builddir/tests/test_common.sh
1717

18+
set -e -o pipefail
19+
1820
# Test Cases.
1921

2022
function test_probes_password {

0 commit comments

Comments
 (0)