From 0d0651be2f51481b2b97035bda898933e153386e Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 2 Jun 2019 09:21:55 -0300 Subject: testing/kplotting: use xvfb-run to run testsuite Closes GH-8395 --- testing/kplotting/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/kplotting') diff --git a/testing/kplotting/APKBUILD b/testing/kplotting/APKBUILD index d430772a88..8883564b4e 100644 --- a/testing/kplotting/APKBUILD +++ b/testing/kplotting/APKBUILD @@ -9,9 +9,9 @@ url="https://community.kde.org/Frameworks" license="LGPL-2.1-or-later" depends_dev="qt5-qtbase-dev" makedepends="$depends_dev extra-cmake-modules doxygen qt5-qttools-dev" +checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc" -options="!check" # Fails due to requiring running X11 build() { cmake \ @@ -23,7 +23,7 @@ build() { } check() { - CTEST_OUTPUT_ON_FAILURE=TRUE ctest + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { -- cgit v1.2.3