full_test: requires building on debian due to gnutls symbol differences

This commit is contained in:
Nikos Mavrogiannopoulos
2014-08-28 10:21:32 +02:00
parent 186dcf5652
commit 898af172c2

View File

@@ -37,19 +37,10 @@ if ! test -x $DOCKER;then
exit 77
fi
grep lo_cv_test_autoopts $srcdir/../config.log|grep lopts >/dev/null 2>&1
if test $? = 0;then
echo "****************************************************************"
echo "This test requires compiling ocserv using --enable-local-libopts"
echo "****************************************************************"
exit 77
fi
grep without-http-parser $srcdir/../config.log >/dev/null 2>&1
if test $? != 0;then
echo "****************************************************************"
echo "This test requires compiling ocserv using --without-http-parser"
echo "****************************************************************"
if ! test -f /etc/debian_version;then
echo "******************************************************"
echo "This test requires compiling ocserv in a Debian system"
echo "******************************************************"
exit 77
fi