guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: grub-efi: Disable tests on all platforms.


From: Efraim Flashner
Subject: 01/01: gnu: grub-efi: Disable tests on all platforms.
Date: Thu, 30 Nov 2017 03:17:34 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 46ff2dbb4ae6f85554aaf2a16c2e6dc2edf244da
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 30 10:17:09 2017 +0200

    gnu: grub-efi: Disable tests on all platforms.
    
    This is a follow-up to 56f0feb6781e3680541d7adc21d6b3b4746a33ca
    and 63087721bb54a14dc04ec424474386ae98f7771b, which accidentally
    enabled tests for grub-efi on other platforms.
    
    * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited
    tests field and disable on all platforms.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 273aeb3..7d42ff3 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -164,8 +164,8 @@ menu to select one of the installed operating systems.")
      `(;; TODO: Tests need a UEFI firmware for qemu. There is one at
        ;; https://github.com/tianocore/edk2/tree/master/OvmfPkg .
        ;; Search for 'OVMF' in "tests/util/grub-shell.in".
-       #:tests? #f
        ,@(substitute-keyword-arguments (package-arguments grub)
+           ((#:tests? _ #f) #f)
            ((#:configure-flags flags ''())
             `(cons "--with-platform=efi" ,flags))
            ((#:phases phases)



reply via email to

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