mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
testing/php7-stats: exclude broken test for aarch64 and ppc64le
This commit is contained in:
parent
8ff33d3869
commit
4e22f77d51
@ -3,7 +3,7 @@
|
|||||||
pkgname=php7-stats
|
pkgname=php7-stats
|
||||||
_pkgreal=stats
|
_pkgreal=stats
|
||||||
pkgver=2.0.3
|
pkgver=2.0.3
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Extension that provides few dozens routines for statistical computation."
|
pkgdesc="Extension that provides few dozens routines for statistical computation."
|
||||||
url="http://pecl.php.net/package/$_pkgreal"
|
url="http://pecl.php.net/package/$_pkgreal"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -22,6 +22,10 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
|
case "$CARCH" in
|
||||||
|
# Remove test fail https://bugs.php.net/bug.php?id=76163
|
||||||
|
aarch64 | ppc64le) rm tests/stats_stat_correlation.phpt
|
||||||
|
esac
|
||||||
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
|
make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user