dbtest revision b1dce270ec218b8ad86ce6d745d295da038a5c88
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#!/bin/sh
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
5541a81e194dc99521c0ecf904a940b0b65a93f2nd#
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick# The contents of this file are subject to the terms of the
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick# Common Development and Distribution License, Version 1.0 only
5c4e29c5f77fbc967d78886ab378b9500267b0fbtrawick# (the "License"). You may not use this file except in compliance
60f9b4ee2002436dbcb0bf33d4d76abc4b1a0d7dtrawick# with the License.
60f9b4ee2002436dbcb0bf33d4d76abc4b1a0d7dtrawick#
60f9b4ee2002436dbcb0bf33d4d76abc4b1a0d7dtrawick# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
cda7c69f374fb272aaf10ca80c63b0700b61a509rederpj# or http://forgerock.org/license/CDDLv1.0.html.
cda7c69f374fb272aaf10ca80c63b0700b61a509rederpj# See the License for the specific language governing permissions
cda7c69f374fb272aaf10ca80c63b0700b61a509rederpj# and limitations under the License.
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj#
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj# When distributing Covered Code, include this CDDL HEADER in each
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj# file and include the License file at legal-notices/CDDLv1_0.txt.
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj# If applicable, add the following below this CDDL HEADER, with the
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj# fields enclosed by brackets "[]" replaced with your own identifying
f8dd393b2c60c61282a46c51f82fdb9b89cd9aferederpj# information:
1fbf6ba0f5207e6637b49f9a9dfcc779bbe952a9trawick# Portions Copyright [yyyy] [name of copyright owner]
1fbf6ba0f5207e6637b49f9a9dfcc779bbe952a9trawick#
922d495b709b0dc09a7d918fdf8874dc23c1aef0nd# CDDL HEADER END
922d495b709b0dc09a7d918fdf8874dc23c1aef0nd#
922d495b709b0dc09a7d918fdf8874dc23c1aef0nd#
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd# Copyright 2006-2008 Sun Microsystems, Inc.
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd# Portions Copyright 2011 ForgeRock AS
679cafe33462d8c6bd0a74cc4359e561d19a0aafnd
679cafe33462d8c6bd0a74cc4359e561d19a0aafnd
6c4c113ce85934b11c9e78399e1bb8ec7a568af9nd# This script may be used to debug JE backends in the Directory Server.
81ef3d132c8f335006465f297c42319f8734825dndOPENDJ_INVOKE_CLASS="org.opends.server.tools.DBTest"
81ef3d132c8f335006465f297c42319f8734825dndexport OPENDJ_INVOKE_CLASS
81ef3d132c8f335006465f297c42319f8734825dnd
fba8c07e02a9af436c79ada0e2ba891717a9c333ndSCRIPT_NAME="dbtest"
fba8c07e02a9af436c79ada0e2ba891717a9c333ndexport SCRIPT_NAME
fba8c07e02a9af436c79ada0e2ba891717a9c333nd
925932040ee7871b6a2418edc3b4b6f4378bbe2andSCRIPT_DIR=`dirname "${0}"`
925932040ee7871b6a2418edc3b4b6f4378bbe2and"${SCRIPT_DIR}/../lib/_server-script.sh" "${@}"
925932040ee7871b6a2418edc3b4b6f4378bbe2and