diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-04-10 15:46:16 +0200 | 
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-10 16:02:52 +0200 | 
| commit | a860eddbbddeae5d3b6fe084e29ac9fafd2d6f02 (patch) | |
| tree | 7900e0a1b6c9f504a5e90156fde7db95e6906d52 /gnu/tests/install.scm | |
| parent | 475d48145d529be23d97b2bb92d2734365733bba (diff) | |
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'.
Diffstat (limited to 'gnu/tests/install.scm')
| -rw-r--r-- | gnu/tests/install.scm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index 799a65907b..713e03194b 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 | 
