mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 10:07:56 -05:00
test handles known issues so it can be always on in HEAD
This commit is contained in:
parent
aecf0f4164
commit
3897c50da9
1 changed files with 5 additions and 4 deletions
|
|
@ -18,10 +18,11 @@ if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if test x"$PROXYSYNC" = x ; then
|
||||
echo "Test disabled; set PROXYSYNC=yes to enable"
|
||||
exit 0
|
||||
fi
|
||||
# test now handles known issues
|
||||
#if test x"$PROXYSYNC" = x ; then
|
||||
# echo "Test disabled; set PROXYSYNC=yes to enable"
|
||||
# exit 0
|
||||
#fi
|
||||
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue