Skip to content

Commit b1b0a13

Browse files
author
Anton Ustyuzhanin
committed
Make run_tests.sh report errors
1 parent ed512f2 commit b1b0a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# set -x
3+
set -e
44

55
echo "Create LDAP users"
66
CUSTOM_LDIF_DIR=$(mktemp --directory)

0 commit comments

Comments
 (0)