Diff for /tests/scripts/test008-concurrency between versions 1.24.2.2 and 1.25

version 1.24.2.2, 2002/09/01 22:02:30 version 1.25, 2002/06/19 04:00:48
Line 1 Line 1
 #! /bin/sh  #! /bin/sh
 # $OpenLDAP: pkg/ldap/tests/scripts/test008-concurrency,v 1.24.2.1 2002/06/20 20:12:35 kurt Exp $  # $OpenLDAP: pkg/ldap/tests/scripts/test008-concurrency,v 1.24 2002/01/21 05:35:04 kurt Exp $
   
 SRCDIR="."  SRCDIR="."
 if test $# -ge 1 ; then  if test $# -ge 1 ; then
Line 52  for i in 0 1 2 3 4 5; do Line 52  for i in 0 1 2 3 4 5; do
         $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT \          $LDAPSEARCH -s base -b "$MONITOR" -h $LOCALHOST -p $PORT \
                 'objectclass=*' > /dev/null 2>&1                  'objectclass=*' > /dev/null 2>&1
         RC=$?          RC=$?
         if test $RC = 0 ; then          if test $RC = 1 ; then
                 break                  echo "Waiting 5 seconds for slapd to start..."
                   sleep 5
         fi          fi
         echo "Waiting 5 seconds for slapd to start..."  
         sleep 5  
 done  done
   
 echo "Using tester for concurrent server access..."  echo "Using tester for concurrent server access..."

Removed from v.1.24.2.2  
changed lines
  Added in v.1.25


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org