[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: ki18n: Disable a broken test.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: ki18n: Disable a broken test. |
Date: |
Wed, 10 Jul 2024 15:32:19 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 378e1d9b69 gnu: ki18n: Disable a broken test.
378e1d9b69 is described below
commit 378e1d9b69b030a165236323392a0a10684422c5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jul 10 15:17:11 2024 -0400
gnu: ki18n: Disable a broken test.
This test is acknowledged to be broken upstream:
https://bugs.kde.org/show_bug.cgi?id=444614
https://invent.kde.org/frameworks/ki18n/-/commit/241e0cfa96b1491721f361f1713b3514c58bde56
* gnu/packages/kde-frameworks.scm (ki18n)[arguments]: Disable the
'kcatalogtest' in the custom 'check' phase.
Change-Id: I8eed809deb31a891bb62b7d5bb30a9de2c0141c1
---
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 08329820fa..d66420c5ce 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -904,7 +904,7 @@ other special events for a geographical region.")
(setenv "HOME"
(getcwd))
(invoke "ctest" "-E"
- "(kcountrytest|kcountrysubdivisiontest)")))))))
+
"(kcatalogtest|kcountrytest|kcountrysubdivisiontest)")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Gettext-based UI text internationalization")
(description "KI18n provides functionality for internationalizing user
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: ki18n: Disable a broken test.,
guix-commits <=