Skip to content
Snippets Groups Projects
Commit 841be1fa authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

s/LOOPS/TESTLOOPS/

parent 76e8794e
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ if test $RDBMS = "rdbmsno" ; then
exit 0
fi
if test "x$LOOPS" = "x" ; then
LOOPS=5
if test "x$TESTLOOPS" = "x" ; then
TESTLOOPS=5
fi
if test "x$CHILDREN" = "x" ; then
......@@ -102,7 +102,7 @@ fi
echo "Using tester for concurrent server access..."
$SLAPDTESTER -P "$PROGDIR" -d "$SQLDATADIR" \
-h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD \
-l $LOOPS $CHILDREN -FF
-l $TESTLOOPS $CHILDREN -FF
RC=$?
if test $RC != 0 ; then
......
......@@ -16,8 +16,8 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test x$LOOPS = x ; then
LOOPS=50
if test x$TESTLOOPS = x ; then
TESTLOOPS=50
fi
mkdir -p $TESTDIR $DBDIR1
......@@ -59,8 +59,8 @@ done
$MONITORDATA "$MONITORDB" "$DATADIR" "$TESTDIR"
echo "Using tester for concurrent server access..."
time $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $LOOPS
#$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $LOOPS
time $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS
#$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS
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