guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: kemoticons: Enable test-suite.


From: guix-commits
Subject: 04/06: gnu: kemoticons: Enable test-suite.
Date: Wed, 16 Jan 2019 18:19:54 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 048c557d661d75db632369a09e1349ce0f3eaa9b
Author: Hartmut Goebel <address@hidden>
Date:   Wed Jan 2 02:23:25 2019 +0100

    gnu: kemoticons: Enable test-suite.
    
    Without anything changed the test-suite now passes, thus can be enabled.
    
    * gnu/package/kde-frameworks.scm(kemoticons)[arguments]<#:tests?>: Remove.
---
 gnu/packages/kde-frameworks.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d712043..5b224a1 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2424,8 +2424,7 @@ engine WebKit via QtWebKit.")
        ("kcoreaddons" ,kcoreaddons)
        ("qtbase" ,qtbase)))
     (arguments
-     `(#:tests? #f ; FIXME: 2/2 tests fail.
-       #:phases
+     `(#:phases
        (modify-phases %standard-phases
          (add-before 'check 'check-setup
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]