ITS#8291 Enable slapmodify logging in tests

This commit is contained in:
Ondřej Kuzník 2015-11-22 18:41:28 +00:00 committed by Quanah Gibson-Mount
parent 77408ac781
commit 5e531214b5

View File

@ -28,7 +28,7 @@ if test $RC != 0 ; then
fi
echo "Testing modify, add, and delete using slapmodify..."
$SLAPMODIFY -f $ADDCONF -l $LDIFMODIFY > $TESTOUT 2>&1
$SLAPMODIFY -f $ADDCONF -d $LVL -l $LDIFMODIFY > $TESTOUT 2>&1
RC=$?
if test $RC != 0 ; then
echo "slapmodify failed ($RC)!"