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