From 51b4db39ba93db871a82d4856d59e84c05e9d0b324f4c91992574321612422d5 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 13 Mar 2022 14:50:04 +0000 Subject: [PATCH] fix test OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kitinerary?expand=0&rev=128 --- kitinerary.changes | 5 +++++ kitinerary.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/kitinerary.changes b/kitinerary.changes index 69781b3..7569502 100644 --- a/kitinerary.changes +++ b/kitinerary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 13 10:08:41 UTC 2022 - Christophe Giboudeaux + +- Exclude test known to fail with kcontacts 5.92. + ------------------------------------------------------------------- Tue Mar 1 09:57:19 UTC 2022 - Christophe Giboudeaux diff --git a/kitinerary.spec b/kitinerary.spec index 9f92d8b..7f80e17 100644 --- a/kitinerary.spec +++ b/kitinerary.spec @@ -97,7 +97,12 @@ to build programs that use the kitinerary library. %endif %check -%ctest +ctest \ + --output-on-failure \ + --force-new-ctest-process \ + --test-dir build \ + --parallel %{_smp_build_ncpus} \ + --exclude-regex calendarhandlertest %post -n libKPimItinerary5 -p /sbin/ldconfig %postun -n libKPimItinerary5 -p /sbin/ldconfig