mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
-Test only valid for bdb
This commit is contained in:
parent
ca1da5b89a
commit
5c927a2fcf
@ -8,6 +8,11 @@ fi
|
||||
|
||||
. $SRCDIR/scripts/args.sh
|
||||
|
||||
if test "$BACKEND" != "bdb"; then
|
||||
echo "Test only valid for back-bdb"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user