save logs of first part of test

This commit is contained in:
Pierangelo Masarati 2005-11-22 20:37:58 +00:00
parent c1a845165e
commit e72b4ecf52

View File

@ -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