dbtest revision 3233
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#!/bin/sh
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# CDDL HEADER START
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# The contents of this file are subject to the terms of the
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# Common Development and Distribution License, Version 1.0 only
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# (the "License"). You may not use this file except in compliance
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# with the License.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# You can obtain a copy of the license at
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# trunk/opends/resource/legal-notices/OpenDS.LICENSE
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# See the License for the specific language governing permissions
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# and limitations under the License.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# When distributing Covered Code, include this CDDL HEADER in each
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# file and include the License file at
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# add the following below this CDDL HEADER, with the fields enclosed
a585e5e48b946aa1de0f69a97853291aa519b8c7ludo# by brackets "[]" replaced with your own identifying information:
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# Portions Copyright [yyyy] [name of copyright owner]
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# CDDL HEADER END
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
#
# Copyright 2006-2008 Sun Microsystems, Inc.
# This script may be used to debug JE backends in the Directory Server.
OPENDS_INVOKE_CLASS="org.opends.server.tools.DBTest"
export OPENDS_INVOKE_CLASS
SCRIPT_NAME="dbtest"
export SCRIPT_NAME
SCRIPT_DIR=`dirname "${0}"`
"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"