ITS#6343: Handle --enable-memberof --disable-refint

This commit is contained in:
Hallvard Furuseth 2009-10-21 12:29:38 +00:00
parent 7e107de4d9
commit 0db0fc22ec

View File

@ -22,6 +22,11 @@ if test $MEMBEROF = memberofno; then
exit 0
fi
if test $REFINT = refintno; then
echo "Referential Integrity overlay not available, test skipped"
exit 0
fi
if test "$BACKEND" != "hdb" ; then
echo "Test does not support $BACKEND"
exit 0