From 436290482fc7f5942d77723280b8ec8f3171d2b7 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 28 Feb 2018 14:49:47 -0600 Subject: user/kcontacts: Disable test requiring X11 --- user/kcontacts/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user/kcontacts') diff --git a/user/kcontacts/APKBUILD b/user/kcontacts/APKBUILD index 71ac6fef0..d05c49fb6 100644 --- a/user/kcontacts/APKBUILD +++ b/user/kcontacts/APKBUILD @@ -34,7 +34,8 @@ build() { check() { cd "$builddir" # addresstest requires the library to already be installed. - CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E addresstest + # picturetest requires X11 running. + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "(address|picture)test" } package() { -- cgit v1.2.3-70-g09d2