From 1300a390c06611da9330fba4494cda4fb3f0dfad Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 29 May 2008 23:31:40 +0000 Subject: [PATCH] Fix logging, ITS#5536 --- tests/scripts/test053-syncprov-glue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5