guix-commits
[Top][All Lists]
Advanced

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

06/143: gnu: kdelibs4support: Enable passing test.


From: guix-commits
Subject: 06/143: gnu: kdelibs4support: Enable passing test.
Date: Mon, 21 Nov 2022 16:10:37 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4efbd33f0fcf0404eb00427a0cb89162774314e0
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Sep 27 21:48:56 2022 +0200

    gnu: kdelibs4support: Enable passing test.
    
    * gnu/packages/kde-frameworks.scm (kdelibs4support): Enable passing test.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 4956dad6a8..615ad4130f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3581,9 +3581,8 @@ workspace.")
              (with-output-to-file "autotests/BLACKLIST"
                (lambda _
                  (display "[testSmb]\n*\n")))
-             ;; kuniqueapptest hangs. FIXME: Make this test pass.
              (invoke "dbus-launch" "ctest"
-                     "-E" "kstandarddirstest|kuniqueapptest"))))))
+                     "-E" "kstandarddirstest"))))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "KDE Frameworks 5 porting aid from KDELibs4")
     (description "This framework provides code and utilities to ease the



reply via email to

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