~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Bart Ribbers <bribbers@disroot.org>
Details
Message ID
<20190716183222.7023-1-bribbers@disroot.org>
DKIM signature
missing
Download raw message
Patch: +6 -1
---
 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
Reply to thread Export thread (mbox)