unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 70176@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install.
Date: Thu,  4 Apr 2024 10:07:06 +0530	[thread overview]
Message-ID: <8a0a90bbefebcffef1a591ece253229d96ed5557.1712204403.git.sughosha@disroot.org> (raw)

* 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





             reply	other threads:[~2024-04-04  4:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-04  4:37 Sughosha via Guix-patches via [this message]
2024-04-06  2:34 ` [bug#70176] [PATCH] gnu: kdelibs4support: Exclude kmimetypetest from check-post-install 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8a0a90bbefebcffef1a591ece253229d96ed5557.1712204403.git.sughosha@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=70176@debbugs.gnu.org \
    --cc=sughosha@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).