From 5d08c05d22369ff405a47b0681b37c05a550a6c8 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Wed, 10 Jul 2024 15:17:11 -0400 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 80c5b28b84..53fe0d814f 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1140,7 +1140,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 -- cgit v1.2.3 ce7b99d57e65fd37ba27014097c3cec'>treecommitdiff
path: root/tests/guix-pack.sh
AgeCommit message (Expand)Author
2022-05-25tests: Fix wrong target triplets....Josselin Poiret
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès