~alpine/aports

testing/kteatime: skip kgpg-import test on armv7 as it's broken v1 PROPOSED

Bart Ribbers: 1
 testing/kteatime: skip kgpg-import test on armv7 as it's broken

 1 files changed, 6 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2832/mbox | git am -3
Learn more about email & git

[PATCH] testing/kteatime: skip kgpg-import test on armv7 as it's broken Export this patch

---
 testing/kteatime/APKBUILD | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testing/kteatime/APKBUILD b/testing/kteatime/APKBUILD
index fab3373640..37bd2ad084 100644
--- a/testing/kteatime/APKBUILD
+++ b/testing/kteatime/APKBUILD
@@ -21,7 +21,12 @@ build() {
}

check() {
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest
	local skip_tests=""

	if [ "$CARCH" = "armv7" ]; then
		skip_tests="kgpg-import" # Broken
	fi
	CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skip_tests"
}

package() {
-- 
2.22.0