mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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'.
This commit is contained in:
parent
66b53c2c72
commit
c635610bc6
1 changed files with 2 additions and 0 deletions
|
@ -1125,6 +1125,8 @@ (define* (guided-installation-test name
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue