dbtest.bat revision b1dce270ec218b8ad86ce6d745d295da038a5c88
de4157257515400c2c25373591135f110227b68cvboxsync
de4157257515400c2c25373591135f110227b68cvboxsync@echo off
de4157257515400c2c25373591135f110227b68cvboxsyncrem CDDL HEADER START
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem The contents of this file are subject to the terms of the
de4157257515400c2c25373591135f110227b68cvboxsyncrem Common Development and Distribution License, Version 1.0 only
de4157257515400c2c25373591135f110227b68cvboxsyncrem (the "License"). You may not use this file except in compliance
de4157257515400c2c25373591135f110227b68cvboxsyncrem with the License.
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
de4157257515400c2c25373591135f110227b68cvboxsyncrem or http://forgerock.org/license/CDDLv1.0.html.
de4157257515400c2c25373591135f110227b68cvboxsyncrem See the License for the specific language governing permissions
de4157257515400c2c25373591135f110227b68cvboxsyncrem and limitations under the License.
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem When distributing Covered Code, include this CDDL HEADER in each
de4157257515400c2c25373591135f110227b68cvboxsyncrem file and include the License file at legal-notices/CDDLv1_0.txt.
de4157257515400c2c25373591135f110227b68cvboxsyncrem If applicable, add the following below this CDDL HEADER, with the
de4157257515400c2c25373591135f110227b68cvboxsyncrem fields enclosed by brackets "[]" replaced with your own identifying
de4157257515400c2c25373591135f110227b68cvboxsyncrem information:
de4157257515400c2c25373591135f110227b68cvboxsyncrem Portions Copyright [yyyy] [name of copyright owner]
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem CDDL HEADER END
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem
de4157257515400c2c25373591135f110227b68cvboxsyncrem Copyright 2006-2008 Sun Microsystems, Inc.
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsyncrem Portions Copyright 2011 ForgeRock AS
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsync
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsyncsetlocal
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsync
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsyncset OPENDJ_INVOKE_CLASS="org.opends.server.tools.DBTest"
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsyncset SCRIPT_NAME=dbtest
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsyncfor %%i in (%~sf0) do call "%%~dPsi\..\lib\_server-script.bat" %*
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsync
6f1b41a8c39a26e6aab27c810222ab59c721c3c9vboxsync