mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
s/LOOPS/TESTLOOPS/
This commit is contained in:
parent
f1f9a6280a
commit
16c307b8b8
@ -26,8 +26,8 @@ if test $RDBMS = "rdbmsno" ; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$LOOPS" = "x" ; then
|
if test "x$TESTLOOPS" = "x" ; then
|
||||||
LOOPS=5
|
TESTLOOPS=5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$CHILDREN" = "x" ; then
|
if test "x$CHILDREN" = "x" ; then
|
||||||
@ -102,7 +102,7 @@ fi
|
|||||||
echo "Using tester for concurrent server access..."
|
echo "Using tester for concurrent server access..."
|
||||||
$SLAPDTESTER -P "$PROGDIR" -d "$SQLDATADIR" \
|
$SLAPDTESTER -P "$PROGDIR" -d "$SQLDATADIR" \
|
||||||
-h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD \
|
-h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD \
|
||||||
-l $LOOPS $CHILDREN -FF
|
-l $TESTLOOPS $CHILDREN -FF
|
||||||
RC=$?
|
RC=$?
|
||||||
|
|
||||||
if test $RC != 0 ; then
|
if test $RC != 0 ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user