]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Sun, 7 Aug 2005 21:03:38 +0000 (21:03 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 7 Aug 2005 21:03:38 +0000 (21:03 +0000)
tests/scripts/sql-test001-concurrency

index 49507241c5055bcc7387b0b0cd4dca98caef01e0..fe4da240a7e6eef0a8eb63065debf1ca1ced887c 100755 (executable)
@@ -82,6 +82,7 @@ else
                cp $SQLCONCURRENCYDIR/do_* $SQLDATADIR
                ;;
        *)
+               echo "write is not supported for ${RDBMS}; performing read-only concurrency test"
                cp $SQLCONCURRENCYDIR/do_read* $SQLCONCURRENCYDIR/do_search* \
                        $SQLDATADIR
                ;;
@@ -89,7 +90,7 @@ else
 fi
 
 echo "Using tester for concurrent server access..."
-$SLAPDTESTER -P "$PROGDIR" -d "$DATADIR/sql-concurrency" \
+$SLAPDTESTER -P "$PROGDIR" -d "$SQLDATADIR" \
        -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l 5 -j 4
 RC=$?