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