diff options
-rw-r--r-- | community/ocaml/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 89371e7a40..cdc9ad4e73 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ocaml pkgver=4.06.1 -pkgrel=0 +pkgrel=1 pkgdesc="Main implementation of the Caml programming language" url="http://ocaml.org/" arch="all !x86 !armhf !s390x" @@ -43,8 +43,7 @@ check() { cd "$builddir" # FIXME: there seem to be some spurious failures, ignore until fixed. - make test || true - make -C testsuite report || true + make -C testsuite all || true } package() { |