guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

74/96: gnu: kwin: Rewrite skipped tests to be more readable.


From: guix-commits
Subject: 74/96: gnu: kwin: Rewrite skipped tests to be more readable.
Date: Wed, 19 Apr 2023 21:41:16 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 83cef4a4f1f585090948860c2454cf71b720da88
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Apr 18 15:25:50 2023 +0300

    gnu: kwin: Rewrite skipped tests to be more readable.
    
    * gnu/packages/kde-plasma.scm (kwin)[arguments]: Rewrite skipped tests
    in custom 'check phase to be easier to read.
---
 gnu/packages/kde-plasma.scm | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 3a2865a50d..748955bbf4 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1194,7 +1194,22 @@ KDE Frameworks components.")
                 (system "Xvfb :1 &")
                 (sleep 5)
                 (invoke "ctest" "-E"
-                        
"(kwayland-testXdgDecoration|kwin-testLockScreen|kwin-testPointerInput|kwin-testXdgShellWindow|kwin-testXdgShellWindow-waylandonly|kwin-testSceneOpenGLES|kwin-testSceneOpenGLES-waylandonly|kwin-testInputMethod|kwin-testInputMethod-waylandonly|kwin-testNightColor|kwin-testNightColor-waylandonly|kwin-testPlasmaWindow|kwin-testSceneQPainter|kwin-testLibinputDevice)")))))))
+                        (string-join
+                          (list "kwayland-testXdgDecoration"
+                                "kwin-testLockScreen"
+                                "kwin-testPointerInput"
+                                "kwin-testXdgShellWindow"
+                                "kwin-testXdgShellWindow-waylandonly"
+                                "kwin-testSceneOpenGLES"
+                                "kwin-testSceneOpenGLES-waylandonly"
+                                "kwin-testInputMethod"
+                                "kwin-testInputMethod-waylandonly"
+                                "kwin-testNightColor"
+                                "kwin-testNightColor-waylandonly"
+                                "kwin-testPlasmaWindow"
+                                "kwin-testSceneQPainter"
+                                "kwin-testLibinputDevice")
+                          "|"))))))))
     (native-inputs (list extra-cmake-modules
                          dbus
                          kdoctools



reply via email to

[Prev in Thread] Current Thread [Next in Thread]