diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 15:22:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-05 15:22:19 -0300 |
commit | 6faae5b6459c3d2f98750c3a76308d3258965990 (patch) | |
tree | 479ecf71d350de59974732d4df129ff9e53507ff /testing/alkimia | |
parent | 740ead41de77fafee61f85eae679b128c5328df0 (diff) | |
download | aports-6faae5b6459c3d2f98750c3a76308d3258965990.tar.bz2 aports-6faae5b6459c3d2f98750c3a76308d3258965990.tar.xz |
testing/alkimia: disable flaky test and enable ppc64le
Diffstat (limited to 'testing/alkimia')
-rw-r--r-- | testing/alkimia/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/alkimia/APKBUILD b/testing/alkimia/APKBUILD index 369505339c..863a1bafd7 100644 --- a/testing/alkimia/APKBUILD +++ b/testing/alkimia/APKBUILD @@ -3,7 +3,7 @@ pkgname=alkimia pkgver=8.0.1 pkgrel=0 -arch="all !ppc64le" # FIXME: testsuite fails on ppc64le +arch="all" url="https://community.kde.org/Alkimia/libalkimia" pkgdesc="A library with common classes and functionality used by finance applications for the KDE SC" license="GPL-3.0-or-later" @@ -21,7 +21,7 @@ build() { } check() { - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E 'alkonlinequotestest' } package() { |