From: Pierangelo Masarati Date: Sun, 5 Oct 2008 21:29:16 +0000 (+0000) Subject: s/LOOPS/TESTLOOPS/ X-Git-Tag: ACLCHECK_0~1289 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d5ac6c4630a191dfe3719e2d206f10ebd8ac767f;p=openldap s/LOOPS/TESTLOOPS/ --- diff --git a/tests/scripts/test008-concurrency b/tests/scripts/test008-concurrency index 0b1654e1d9..67bf3eefe1 100755 --- a/tests/scripts/test008-concurrency +++ b/tests/scripts/test008-concurrency @@ -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