don't keep searching referrals...

This commit is contained in:
Pierangelo Masarati 2006-12-03 21:37:40 +00:00
parent dd5e44d496
commit 0a94c35c14
2 changed files with 4 additions and 2 deletions

View file

@ -198,7 +198,8 @@ done
echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF
-D "cn=Manager,$METABASEDN" -w $PASSWD -l $TESTLOOPS -r 20 -FF \
-i '!REFERRAL'
RC=$?
if test $RC != 0 ; then

View file

@ -180,7 +180,8 @@ done
echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR/$DATADIR" -h $LOCALHOST -p $PORT3 \
-D "cn=Manager,$METABASEDN" -w $PASSWD \
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF
-l $TESTLOOPS -L $TESTOLOOPS -r 20 -FF \
-i '!REFERRAL'
RC=$?
if test $RC != 0 ; then