Revert "build-from-source: skip test checking for gtk-doc issue"

In the final version which was merged, the check is non-fatal and
has to be enabled explicitly to fail. See "aa8a7559a3 build: merge
branch 'th/check-gtk-doc-behavior'".

This reverts commit cd8b1cc284.
This commit is contained in:
Thomas Haller 2018-09-14 10:44:10 +02:00
parent cd8b1cc284
commit f64723bcad

View file

@ -15,9 +15,6 @@ DO_TEST_BUILD="${DO_TEST_BUILD:-yes}"
DO_TEST_PACKAGE="${DO_TEST_PACKAGE:-yes}"
DO_INSTALL="${DO_INSTALL:-yes}"
# https://github.com/NetworkManager/NetworkManager/pull/196
export NMTST_IGNORE_GTK_DOC_PATCH=1
if [ -z "$SUDO" ]; then
unset SUDO
fi