From 6165d8ed9c1658dcd86a2b5a9e252b97e60b72e0 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 24 May 2003 01:57:29 +0000 Subject: [PATCH] Add wait clause for slurpd --- tests/scripts/test007-replication | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index 8deaa27437..a8a7a31f79 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -77,6 +77,10 @@ done echo "Starting slurpd..." $SLURPD -f $MASTERCONF -d ${SLURPD_DEBUG-5} -t $REPLDIR > $SLURPLOG 2>&1 & SLURPPID=$! +if test $WAIT != 0 ; then + echo SLURPPID $SLURPPID + read foo +fi echo "Using ldapadd to populate the master directory..." $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT -w $PASSWD < \ -- 2.39.5