diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/kcompletion/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/user/kcompletion/APKBUILD b/user/kcompletion/APKBUILD index 03b15c0f4..ff883247d 100644 --- a/user/kcompletion/APKBUILD +++ b/user/kcompletion/APKBUILD @@ -34,7 +34,8 @@ build() { check() { cd "$builddir" - CTEST_OUTPUT_ON_FAILURE=TRUE ctest + # All other tests require X11. + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -R ksortablelisttest } package() { |