mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
save logs of first part of test
This commit is contained in:
parent
c1a845165e
commit
e72b4ecf52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user