Disable tests on LDBM.

This commit is contained in:
Kurt Zeilenga 2003-12-01 02:59:58 +00:00
parent 0398bad8f0
commit cf2a8a2cd1
3 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
echo "Test does not support $BACKEND"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh

View File

@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
echo "Test does not support $BACKEND"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh

View File

@ -13,6 +13,11 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
if test "$BACKEND" != "bdb" -o "$BACKEND" != "hdb" -o ; then
echo "Test does not support $BACKEND"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh