aboutsummaryrefslogtreecommitdiffstats
path: root/community/epiphany
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-27 23:21:32 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-27 23:37:28 +0100
commitc5f7c53a4e17fec6754ae7bcd69104b892030cff (patch)
treeec7179bd31f1f4558515d9ad71436a2088a09e29 /community/epiphany
parent212042cbbb6de79c5d0b570980b607784bc74e9e (diff)
downloadaports-c5f7c53a4e17fec6754ae7bcd69104b892030cff.tar.bz2
aports-c5f7c53a4e17fec6754ae7bcd69104b892030cff.tar.xz
community/epiphany: enable tests
Diffstat (limited to 'community/epiphany')
-rw-r--r--community/epiphany/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD
index f5e467af2f..43d1aaa2db 100644
--- a/community/epiphany/APKBUILD
+++ b/community/epiphany/APKBUILD
@@ -4,7 +4,6 @@ pkgname=epiphany
pkgver=3.34.2
pkgrel=0
pkgdesc="A simple, clean, beautiful view of the web"
-options="!check" # Location entry test fails on builders
url="https://wiki.gnome.org/Apps/Web"
arch="all !s390x" # libhandy is not available on s390x
license="GPL-3.0-or-later"
@@ -28,7 +27,8 @@ build() {
}
check() {
- xvfb-run ninja -C output test
+ # https://gitlab.gnome.org/GNOME/epiphany/issues/829
+ env PATH="$PATH:$builddir/output/src" xvfb-run ninja -C output test
}
package() {