From c663247dc8b524fa41053b242fc7c81ec9ba7f1d Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Thu, 22 Mar 2018 03:30:14 +0200 Subject: testing/php7-gmagick: enable commented test --- testing/php7-gmagick/APKBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index 1f5a29caf8..f8671bb442 100644 --- a/testing/php7-gmagick/APKBUILD +++ b/testing/php7-gmagick/APKBUILD @@ -4,12 +4,12 @@ pkgname=php7-gmagick _pkgreal=gmagick pkgver=2.0.5_rc1 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP7 bindings to the GraphicsMagick library" url="http://pecl.php.net/package/gmagick" arch="all" license="PHP" -depends="" +depends="ghostscript-fonts" makedepends="graphicsmagick-dev autoconf libtool php7-dev" source="http://pecl.php.net/get/$_pkgreal-$_pkgver.tgz" builddir="$srcdir/$_pkgreal-$_pkgver" @@ -25,9 +25,6 @@ build() { check() { cd "$builddir" - # Test broken because of fonts collisions ghostscript-fonts and libwmf - # https://bugs.alpinelinux.org/issues/8619 - rm tests/gmagick-006-annotateimage.phpt make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test } -- cgit v1.2.3