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