Skip to content
Snippets Groups Projects
Commit 0a94c35c authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

don't keep searching referrals...

parent dd5e44d4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment