pango: fixup do_check.

This commit is contained in:
maxice8 2017-11-20 14:15:49 -02:00 committed by Toyam Cox
parent 47ff5d86cc
commit 213ef70a45

View file

@ -27,11 +27,9 @@ pre_configure() {
autoreconf -fi autoreconf -fi
} }
do_check() { pre_check() {
# Disable test that is know to fail # Disable test that is know to fail
sed -i '/test-layout/d' tests/Makefile.am sed -i '/test-layout/d' tests/Makefile.am
make check
} }
pango-xft_package() { pango-xft_package() {