From 03ba65594d99b86c9d203cd23de1175e65ff437d Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Sun, 3 Mar 2024 21:34:42 +0100 Subject: [PATCH] community/libkgapi: actually use the new skipped_tests variable... --- community/libkgapi/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/community/libkgapi/APKBUILD b/community/libkgapi/APKBUILD index 003371f7f3a4..78c69706f0b1 100644 --- a/community/libkgapi/APKBUILD +++ b/community/libkgapi/APKBUILD @@ -67,8 +67,7 @@ check() { skipped_tests="$skipped_tests|$test" done skipped_tests="$skipped_tests)test" - xvfb-run ctest --test-dir build --output-on-failure \ - -E "(tasks-taskfetchjob|calendar-freebusyqueryjob|contacts-contact(fetchjob|createjob|modifyjob)|calendar-event(createjob|modifyjob|fetchjob))test" + xvfb-run ctest --test-dir build --output-on-failure -E "$skipped_tests" } package() { -- GitLab