mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: grub: Unconditionally disable grub_cmd_date test.
* gnu/packages/bootloaders.scm (grub) [#:phases] {skip-tests}: Remove conditional. Change-Id: I9a91377810a60fc0d7a909b4619fc53fe2b5cc8e
This commit is contained in:
parent
c5da26f402
commit
ceb243e475
1 changed files with 7 additions and 7 deletions
|
@ -210,13 +210,13 @@
|
|||
(substitute* "Makefile.in"
|
||||
(("grub_cmd_date grub_cmd_set_date grub_cmd_sleep")
|
||||
"grub_cmd_date grub_cmd_sleep"))))
|
||||
#$@(if (target-ppc64le?)
|
||||
#~((add-before 'check 'skip-tests
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
((" grub_cmd_date ") " ")
|
||||
((" pseries_test ") " ")))))
|
||||
#~())
|
||||
(add-before 'check 'skip-tests
|
||||
(lambda _
|
||||
(substitute* "Makefile.in"
|
||||
;; The grub_cmd_date sometimes fail (see:
|
||||
;; <https://savannah.gnu.org/bugs/index.php?67471>).
|
||||
((" grub_cmd_date ") " ")
|
||||
((" pseries_test ") " "))))
|
||||
(add-before 'check 'disable-pixel-perfect-test
|
||||
(lambda _
|
||||
;; This test compares many screenshots rendered with an older
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue