]> git.sur5r.net Git - openldap/commitdiff
save logs of first part of test
authorPierangelo Masarati <ando@openldap.org>
Tue, 22 Nov 2005 20:37:58 +0000 (20:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 22 Nov 2005 20:37:58 +0000 (20:37 +0000)
tests/scripts/test044-dynlist

index 351442d8c14aa66e7f9672113d799ba277c2facd..79ef7311f02e35fcfc2b76b406ef8943b50d3d55 100755 (executable)
@@ -191,8 +191,10 @@ wait $KILLPIDS
 echo "Reconfiguring slapd..."
 echo "dynlist-member-ad        member" >> $CONF1
 
+echo "==========================================================" >> $LOG1
+
 echo "Starting slapd on TCP/IP port $PORT1..."
-$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
+$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING >> $LOG1 2>&1 &
 PID=$!
 if test $WAIT != 0 ; then
     echo PID $PID