aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-02 09:13:39 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-02 15:47:28 +0000
commit5442d5968a74f83266e4b0dee4d5bd507cf9908d (patch)
tree4bf48a73197b2259faf6cbb53bc9ff845d60c500 /testing
parentd94ac655f0a8375ac824f3ee23ce1e434e4afb59 (diff)
downloadaports-5442d5968a74f83266e4b0dee4d5bd507cf9908d.tar.bz2
aports-5442d5968a74f83266e4b0dee4d5bd507cf9908d.tar.xz
testing/kwindowsystem: make progress in running testsuite
Closes GH-8393
Diffstat (limited to 'testing')
-rw-r--r--testing/kwindowsystem/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/kwindowsystem/APKBUILD b/testing/kwindowsystem/APKBUILD
index 9478986ad5..90bb0e0a5a 100644
--- a/testing/kwindowsystem/APKBUILD
+++ b/testing/kwindowsystem/APKBUILD
@@ -9,9 +9,10 @@ url="https://community.kde.org/Frameworks"
license="MIT AND (LGPL-2.1-only OR LGPL-3.0-only"
depends_dev="qt5-qtx11extras-dev"
makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen libxrender-dev xcb-util-keysyms-dev"
+checkdepends="xvfb-run"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-options="!check" # Fails due to requiring running X11
+options="!check" # Test 6 hangs
build() {
cmake \
@@ -23,7 +24,7 @@ build() {
}
check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
+ CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {