From: Howard Chu Date: Thu, 29 May 2008 23:31:40 +0000 (+0000) Subject: Fix logging, ITS#5536 X-Git-Tag: LOCKER_IDS~128 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1300a390c06611da9330fba4494cda4fb3f0dfad;p=openldap Fix logging, ITS#5536 --- diff --git a/tests/scripts/test053-syncprov-glue b/tests/scripts/test053-syncprov-glue index ed9d61819f..e375c0a0f9 100755 --- a/tests/scripts/test053-syncprov-glue +++ b/tests/scripts/test053-syncprov-glue @@ -50,6 +50,7 @@ $SLAPADD -F $CFPROD -n 0 < $LOG1 2>&1 & +$SLAPD -F slapd.d -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID @@ -140,7 +141,7 @@ fi echo "Starting consumer slapd on TCP/IP port $PORT3..." cd $CONSDIR -$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG2 2>&1 & +$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG3 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID