diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-04 10:34:58 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-01-04 10:35:02 +0000 |
commit | 367c42099778931177b5b856f64f6bb3004e3d06 (patch) | |
tree | 819b40c3a00aeb09fe039aa3ce0eb9e9f3653f6f /community | |
parent | 9bb0bd9936d1989c63d4829a377f780f854f726f (diff) | |
download | aports-367c42099778931177b5b856f64f6bb3004e3d06.tar.bz2 aports-367c42099778931177b5b856f64f6bb3004e3d06.tar.xz |
community/biber: removed test since it fails on armhf and x86
Diffstat (limited to 'community')
-rw-r--r-- | community/biber/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD index ccd74a8f54..fd31cec360 100644 --- a/community/biber/APKBUILD +++ b/community/biber/APKBUILD @@ -33,7 +33,7 @@ prepare() { build() { cd "$builddir" export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'` - ./Build && ./Build test + ./Build } package() { |