]> git.sur5r.net Git - openldap/commitdiff
ITS#8291 Enable slapmodify logging in tests
authorOndřej Kuzník <ondra@mistotebe.net>
Sun, 22 Nov 2015 18:41:28 +0000 (18:41 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 11 Oct 2017 21:32:04 +0000 (14:32 -0700)
tests/scripts/test007-slapmodify

index f3e2f85fe6b74aa052276a1b6bda818f24572ff1..98b032450eefef1baf62b2f33995b7d616118516 100755 (executable)
@@ -28,7 +28,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Testing modify, add, and delete using slapmodify..."
 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)!"
 RC=$?
 if test $RC != 0 ; then
        echo "slapmodify failed ($RC)!"