[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
44/52: gnu: gwenview: Break disabled tests into a list.
From: |
guix-commits |
Subject: |
44/52: gnu: gwenview: Break disabled tests into a list. |
Date: |
Sat, 30 Mar 2024 20:41:46 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit 3a2ebbc5558c72510c736030f032409e281bda31
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 30 00:00:39 2024 -0400
gnu: gwenview: Break disabled tests into a list.
* gnu/packages/kde.scm (gwenview)
[arguments]: Refactor check phase to be more readable.
Change-Id: I29a06c828adacd25e6d6d734d4b2c0a17d437230
---
gnu/packages/kde.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 94af83caf9..a62a23617e 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -249,9 +249,18 @@ browser for easy news reading.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E"
-
"(placetreemodeltest|historymodeltest|contextmanagertest|urlutilstest)")))))))
+ (string-append
+ "("
+ (string-join '("placetreemodeltest"
+ "historymodeltest"
+ "contextmanagertest"
+ "urlutilstest")
+ "|")
+ ")"))))))))
(native-inputs
- (list extra-cmake-modules kdoctools pkg-config))
+ (list extra-cmake-modules
+ kdoctools
+ pkg-config))
(inputs
(list baloo
cfitsio
- 41/52: gnu: python-sip: Update to 6.8.3., (continued)
- 41/52: gnu: python-sip: Update to 6.8.3., guix-commits, 2024/03/30
- 33/52: gnu: Add syscmdline., guix-commits, 2024/03/30
- 22/52: gnu: qtspeech: Rename package to qtspeech-5., guix-commits, 2024/03/30
- 27/52: gnu: qtbase: Have qmlimportscanner honor QML_IMPORT_PATH., guix-commits, 2024/03/30
- 26/52: build: qt-utils: Use QML_IMPORT_PATH for Qt 6., guix-commits, 2024/03/30
- 29/52: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/03/30
- 28/52: gnu: qtbase: Replace QML2_IMPORT_PATH with QML_IMPORT_PATH., guix-commits, 2024/03/30
- 08/52: gnu: qtmultimedia: Update to 6.6.2., guix-commits, 2024/03/30
- 10/52: gnu: qtwebchannel: Update to 6.6.2., guix-commits, 2024/03/30
- 07/52: gnu: qtshadertools: Update to 6.6.2., guix-commits, 2024/03/30
- 44/52: gnu: gwenview: Break disabled tests into a list.,
guix-commits <=
- 35/52: gnu: Add qwindowkit., guix-commits, 2024/03/30
- 03/52: gnu: qtsvg: Update to 6.6.2., guix-commits, 2024/03/30
- 23/52: gnu: Add qtspeech., guix-commits, 2024/03/30
- 46/52: gnu: extra-cmake-modules: Update to 6.0.0., guix-commits, 2024/03/30
- 42/52: gnu: python-pyqt-6: Update to 6.6.1., guix-commits, 2024/03/30
- 32/52: gnu: ffmpeg-jami: Apply patch adding pipewire support., guix-commits, 2024/03/30
- 37/52: gnu: jami: Update to 20240325.0., guix-commits, 2024/03/30
- 17/52: gnu: qtremoteobjects: Update to 6.6.2., guix-commits, 2024/03/30
- 11/52: gnu: qtlanguageserver: Update to 6.6.2., guix-commits, 2024/03/30
- 14/52: gnu: qttranslations: Update to 6.6.2., guix-commits, 2024/03/30