summary refs log tree commit diff
path: root/gnu/tests
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-01-20 12:49:12 +0100
committerMathieu Othacehe <othacehe@gnu.org>2021-01-20 12:50:47 +0100
commitc64adff4c67fbd43497cbc124865e87dce2f88e6 (patch)
tree5abde343b21beedc4f8e95c15f4f3252e6853d54 /gnu/tests
parent499ce19730ecf101086b92062c4b1b15a08cd68b (diff)
downloadguix-c64adff4c67fbd43497cbc124865e87dce2f88e6.tar.gz
tests: install: Fix build.
This is a follow-up of: 2f497d94e7f6574b0847025ce29eafaf858008ef.

* gnu/tests/install.scm (run-install): Rename 'raw to 'efi-raw.
Diffstat (limited to 'gnu/tests')
-rw-r--r--gnu/tests/install.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index bf94e97c2a..9dbe63f1e4 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")))