From: Quanah Gibson-Mount Date: Mon, 6 Oct 2008 19:58:52 +0000 (+0000) Subject: s/LOOPS/TESTLOOPS/ X-Git-Tag: ACLCHECK_0~1287 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=16c307b8b8341c849b6d3d92675cb9bbfbb8b348;p=openldap s/LOOPS/TESTLOOPS/ --- diff --git a/tests/scripts/sql-test001-concurrency b/tests/scripts/sql-test001-concurrency index e3ab4fb1e1..7bee47f2a4 100755 --- a/tests/scripts/sql-test001-concurrency +++ b/tests/scripts/sql-test001-concurrency @@ -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