mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
resync with HEAD
This commit is contained in:
parent
e03f201c0d
commit
89b5f3762a
1 changed files with 3 additions and 2 deletions
|
|
@ -27,12 +27,13 @@ echo "running defines.sh $SRCDIR $BACKEND"
|
|||
|
||||
if test -d "$TESTDIR"; then
|
||||
echo "Cleaning up in $TESTDIR..."
|
||||
/bin/rm -rf testrun/db.*
|
||||
/bin/rm -rf $TESTDIR/db.*
|
||||
fi
|
||||
mkdir -p $TESTDIR
|
||||
|
||||
echo "Starting slapd on TCP/IP port $PORT1..."
|
||||
$SLAPD -f $PASSWDCONF -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
|
||||
. $CONFFILTER $BACKEND $MONITORDB < $PASSWDCONF > $CONF1
|
||||
$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
|
||||
PID=$!
|
||||
if test ${WAIT-0} != 0 ; then
|
||||
echo PID $PID
|
||||
|
|
|
|||
Loading…
Reference in a new issue