diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-02 09:21:55 -0300 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 15:47:29 +0000 |
| commit | 0d0651be2f51481b2b97035bda898933e153386e (patch) | |
| tree | 06a75a0a0e67d5d55f77ee39c8515844df7b7705 /testing/kplotting | |
| parent | f922d089adb9cb7f4981683f89c333167f9d2a45 (diff) | |
| download | aports-0d0651be2f51481b2b97035bda898933e153386e.tar.bz2 aports-0d0651be2f51481b2b97035bda898933e153386e.tar.xz | |
testing/kplotting: use xvfb-run to run testsuite
Closes GH-8395
Diffstat (limited to 'testing/kplotting')
| -rw-r--r-- | testing/kplotting/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |
