guix-commits
[Top][All Lists]
Advanced

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

branch master updated: tests: install: Fix build.


From: guix-commits
Subject: branch master updated: tests: install: Fix build.
Date: Wed, 20 Jan 2021 06:51:14 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c64adff  tests: install: Fix build.
c64adff is described below

commit c64adff4c67fbd43497cbc124865e87dce2f88e6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Jan 20 12:49:12 2021 +0100

    tests: install: Fix build.
    
    This is a follow-up of: 2f497d94e7f6574b0847025ce29eafaf858008ef.
    
    * gnu/tests/install.scm (run-install): Rename 'raw to 'efi-raw.
---
 gnu/tests/install.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index bf94e97..9dbe63f 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -222,7 +222,7 @@ reboot\n")
                            #:imported-modules '((gnu services herd)
                                                 (gnu installer tests)
                                                 (guix combinators))))
-                      (installation-image-type 'raw)
+                      (installation-image-type 'efi-raw)
                       (install-size 'guess)
                       (target-size (* 2200 MiB)))
   "Run SCRIPT (a shell script following the system installation procedure) in
@@ -272,7 +272,7 @@ packages defined in installation-os."
                  "-no-reboot"
                  "-m" "1200"
                  #$@(cond
-                     ((eq? 'raw installation-image-type)
+                     ((eq? 'efi-raw installation-image-type)
                       #~("-drive"
                          ,(string-append "file=" #$image
                                          ",if=virtio,readonly")))



reply via email to

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