mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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.
This commit is contained in:
parent
7ecc2e3d2b
commit
acaec1b5b7
1 changed files with 0 additions and 4 deletions
|
@ -621,10 +621,6 @@ (define-public elogind
|
|||
;; 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.
|
||||
|
|
Loading…
Reference in a new issue