From: Ondřej Kuzník Date: Tue, 11 Aug 2015 12:32:44 +0000 (+0200) Subject: ITS#8215 Make slapmodify test failures fatal X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d94a07271dd0b64e9234d15e1f3af02805b28cd2;p=openldap ITS#8215 Make slapmodify test failures fatal --- diff --git a/tests/scripts/test007-slapmodify b/tests/scripts/test007-slapmodify index dd8a51363d..123ec352ec 100755 --- a/tests/scripts/test007-slapmodify +++ b/tests/scripts/test007-slapmodify @@ -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..."