From 5e531214b5b7fc3e031a16b60640d4d719181d58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Sun, 22 Nov 2015 18:41:28 +0000 Subject: [PATCH] ITS#8291 Enable slapmodify logging in tests --- tests/scripts/test007-slapmodify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test007-slapmodify b/tests/scripts/test007-slapmodify index f3e2f85fe6..98b032450e 100755 --- a/tests/scripts/test007-slapmodify +++ b/tests/scripts/test007-slapmodify @@ -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)!" -- 2.39.2