diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-27 23:21:32 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-27 23:37:28 +0100 |
commit | c5f7c53a4e17fec6754ae7bcd69104b892030cff (patch) | |
tree | ec7179bd31f1f4558515d9ad71436a2088a09e29 /community | |
parent | 212042cbbb6de79c5d0b570980b607784bc74e9e (diff) | |
download | aports-c5f7c53a4e17fec6754ae7bcd69104b892030cff.zip |
community/epiphany: enable tests
Diffstat (limited to 'community')
-rw-r--r-- | community/epiphany/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD index f5e467af2fb..43d1aaa2db7 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() { |