guix-commits
[Top][All Lists]
Advanced

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

38/142: gnu: elogind: Reinstate the test-event.c test.


From: guix-commits
Subject: 38/142: gnu: elogind: Reinstate the test-event.c test.
Date: Mon, 10 Jan 2022 13:07:18 -0500 (EST)

apteryx pushed a commit to branch version-1.4.0
in repository guix.

commit acaec1b5b72697b352f85ee0ed8dde623d055114
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Dec 18 02:16:23 2021 -0500

    gnu: elogind: Reinstate the test-event.c test.
    
    * gnu/packages/freedesktop.scm (elogind)[phases]{adjust-tests}: Do not
    de-register the test-event.c test file from meson.build.
---
 gnu/packages/freedesktop.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8cd4cd833c..2443e64c5d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -621,10 +621,6 @@ the freedesktop.org XDG Base Directory specification.")
              ;; existing in the build environment.
              (invoke "sed" "/src\\/test\\/test-user-util.c/,+2s/^/#/g"
                      "-i" "src/test/meson.build")
-             ;; ;; FIXME: This one times out for unknown reasons.
-             ;; (invoke "sed"
-             ;;         
"/src\\/libelogind\\/sd-event\\/test-event.c/,+2s/^/#/g"
-             ;;         "-i" "src/test/meson.build")
              ;; This test tries to copy some bytes from /usr/lib/os-release,
              ;; which does not exist in the build container.  Choose something
              ;; more likely to be available.



reply via email to

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