[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: tests: install: Fix iso-image-installer test.
From: |
guix-commits |
Subject: |
branch master updated: tests: install: Fix iso-image-installer test. |
Date: |
Fri, 30 Sep 2022 09:22:49 -0400 |
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 0f66ef9aa9 tests: install: Fix iso-image-installer test.
0f66ef9aa9 is described below
commit 0f66ef9aa99d2043abccbc80d858bdeca57534ac
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 30 15:19:36 2022 +0200
tests: install: Fix iso-image-installer test.
This is a follow-up of: 45eac6cdf5c8d9d7b0c564b105c790d2d2007799.
It fixes the following error:
+ mkfs.ext4 -L my-root /dev/vda2
sh: line 12: mkfs.ext4: command not found
* gnu/tests/install.scm (%test-iso-image-installer): Add e2fsprogs to the
appended packages.
---
gnu/tests/install.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 4e0e274e66..30a9026d5f 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -471,6 +471,8 @@ reboot\n")
(mlet* %store-monad ((images (run-install
%minimal-os-on-vda
%minimal-os-on-vda-source
+ #:packages
+ (list e2fsprogs)
#:script
%simple-installation-script-for-/dev/vda
#:installation-image-type
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: tests: install: Fix iso-image-installer test.,
guix-commits <=