]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test002-populate
Move log level to defines.sh
[openldap] / tests / scripts / test002-populate
index d5f659b71d70d57e40703279be382f1aba830c84..cc7fc7debdf5ef8787d2cdaf5ac69aafe771c064 100755 (executable)
@@ -13,7 +13,7 @@ echo "Cleaning up in $DBDIR..."
 rm -f $DBDIR/[!C]*
 
 echo "Starting slapd on TCP/IP port $PORT..."
-$SLAPD -f $CONF -p $PORT -d 1 > $MASTERLOG 2>&1 &
+$SLAPD -f $CONF -p $PORT -d $LVL > $MASTERLOG 2>&1 &
 PID=$!
 
 echo "Using ldapsearch to check that slapd is running..."