[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: tests: Run guided installation tests from an ISO image.
From: |
guix-commits |
Subject: |
07/07: tests: Run guided installation tests from an ISO image. |
Date: |
Fri, 10 Apr 2020 10:03:10 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a860eddbbddeae5d3b6fe084e29ac9fafd2d6f02
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 10 15:46:16 2020 +0200
tests: Run guided installation tests from an ISO image.
* gnu/tests/install.scm (guided-installation-test): Pass
#:installation-disk-image-file-system-type to 'run-install'.
---
gnu/tests/install.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 799a659..713e031 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -1125,6 +1125,8 @@ build (current-guix) and then store a couple of full
system images.")
#:os installation-os-for-gui-tests
#:install-size install-size
#:target-size target-size
+ #:installation-disk-image-file-system-type
+ "iso9660"
#:gui-test
(lambda (marionette)
(gui-test-program
- branch master updated (1a24df4 -> a860edd), guix-commits, 2020/04/10
- 04/07: lint: 'check-patch-file-names' restricts to shorter file names., guix-commits, 2020/04/10
- 05/07: vm: 'system-disk-image' honors #:substitutable? for ISO9660 images., guix-commits, 2020/04/10
- 01/07: gnu: binutils: Shorten file names of MinGW patches., guix-commits, 2020/04/10
- 07/07: tests: Run guided installation tests from an ISO image.,
guix-commits <=
- 02/07: gnu: akonadi: Shorten file name of patch., guix-commits, 2020/04/10
- 03/07: gnu: sdl-pango: Shorten file name of patch., guix-commits, 2020/04/10
- 06/07: installer: tests: Don't install to a CD/DVD., guix-commits, 2020/04/10