mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
full_test: requires building on debian due to gnutls symbol differences
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user