guix-commits
[Top][All Lists]
Advanced

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

10/10: tests: Run guided installation tests from an ISO image.


From: guix-commits
Subject: 10/10: tests: Run guided installation tests from an ISO image.
Date: Fri, 10 Apr 2020 10:08:28 -0400 (EDT)

civodul pushed a commit to branch version-1.1.0
in repository guix.

commit c635610bc6c89dd7feb1e81ff7803600027e0092
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



reply via email to

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