[akonadi] %%check: make test should pass 100% now

Rex Dieter rdieter at fedoraproject.org
Fri Jan 7 13:48:00 UTC 2011


commit 1e7b85b628bb130a532bbc26386f812a60b6ba4a
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Jan 7 07:47:09 2011 -0600

    %%check: make test should pass 100% now

 akonadi.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/akonadi.spec b/akonadi.spec
index c92998e..3fab780 100644
--- a/akonadi.spec
+++ b/akonadi.spec
@@ -94,9 +94,7 @@ mkdir -p %{buildroot}%{_libdir}/akonadi
 
 
 %check
-# one expected failure in mock,
-# 4/7 Test #4: akonadi-imapstreamparsertest ......***Exception: SegFault  0.01 sec
-make test -C %{_target_platform} ||:
+make test -C %{_target_platform}
 export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
 test "$(pkg-config --modversion akonadi)" = "%{version}"
 
@@ -149,6 +147,7 @@ fi
 %changelog
 * Fri Jan 07 2011 <rdieter at fedoraproject.org> - 1.4.90-2
 - rebuild (mysql)
+- %%check: make test should pass 100% now
 
 * Tue Dec 21 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.4.90-1
 - akonadi-1.4.90


More information about the scm-commits mailing list