mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
ITS#8215 Make slapmodify test failures fatal
This commit is contained in:
parent
cd9980c48b
commit
d94a07271d
1 changed files with 1 additions and 3 deletions
|
|
@ -32,9 +32,7 @@ $SLAPMODIFY -f $ADDCONF -l $LDIFMODIFY > $TESTOUT 2>&1
|
|||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "slapmodify failed ($RC)!"
|
||||
# exit $RC
|
||||
echo "exiting with false success status now"
|
||||
exit 0
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT1..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue