unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.
@ 2024-04-04  4:37 Sughosha via Guix-patches via
  2024-04-06  2:34 ` Zheng Junjie
  2024-04-10  3:43 ` [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest Nathan Dehnel
  0 siblings, 2 replies; 3+ messages in thread
From: Sughosha via Guix-patches via @ 2024-04-04  4:37 UTC (permalink / raw)
  To: 70176; +Cc: Sughosha

* gnu/packages/kde-frameworks.scm (kdelibs4support):
[arguments]<#:phases>: In check-post-install phase, exclude
kmimetypetest.

Change-Id: I7af5d39c7eef56441ba837b87a5ed5d4c0c449d6
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f487ac9a30..37f7cbbeb6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3756,7 +3756,7 @@ (define-public kdelibs4support
                (lambda _
                  (display "[testSmb]\n*\n")))
              (invoke "dbus-launch" "ctest"
-                     "-E" "kstandarddirstest"))))))
+                     "-E" "(kstandarddirstest|kmimetypetest)"))))))
     (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

base-commit: 188d18fc47f0d38edfe06e3e5834fa8587bd300b
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-10  3:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04  4:37 [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install Sughosha via Guix-patches via
2024-04-06  2:34 ` Zheng Junjie
2024-04-10  3:43 ` [bug#70176] [PATCH] * gnu/packages/kde-frameworks.scm (kdelibs4support): [arguments]<#:phases>: In check-post-install phase, exclude kmimetypetest Nathan Dehnel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).