[nepomuk-core/f20: 19/20] Revert "tweak %check, and disable (temporarily)"

Rex Dieter rdieter at fedoraproject.org
Sun Feb 2 22:29:08 UTC 2014


commit 95ee5251cda2e9202bb4ee4b85e37d5c89296fc8
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Feb 2 16:29:22 2014 -0600

    Revert "tweak %check, and disable (temporarily)"
    
    This reverts commit bcb18071c49ecfe487a5aeb98492fa1918a858cf.

 nepomuk-core.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nepomuk-core.spec b/nepomuk-core.spec
index ea3605f..cf6f109 100644
--- a/nepomuk-core.spec
+++ b/nepomuk-core.spec
@@ -5,7 +5,7 @@
 %global soprano_version %(pkg-config --modversion soprano 2>/dev/null || echo %{soprano_ver})
 
 # enable tests (they're disabled by default)
-#global tests 1
+%global tests 1
 %if 0%{?tests}
 %global _kde4_build_tests -DKDE4_BUILD_TESTS:BOOL=ON
 %endif
@@ -126,7 +126,7 @@ rm -fv %{buildroot}%{_kde4_libdir}/libnepomukcleaner.so
 %check
 desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/nepomukbackup.desktop
 %if 0%{?tests}
-time xvfb-run -a make test ARGS="--output-on-failure --timeout 120" -C %{_target_platform}/ ||:
+time make -C %{_target_platform}/ test ARGS="--timeout 120" ||:
 %endif
 
 


More information about the scm-commits mailing list