me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2021-12-18 02:16:23 -05:00
parent 7ecc2e3d2b
commit acaec1b5b7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 4 deletions

View File

@ -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.