diff options
-rw-r--r-- | user/kcontacts/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |