mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
save logs of first part of test
This commit is contained in:
parent
c1a845165e
commit
e72b4ecf52
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue