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:06:41 +0200 |
commit | c635610bc6c89dd7feb1e81ff7803600027e0092 (patch) | |
tree | 5fad361bf45bfc02be5281851e4c6d2abc094692 | |
parent | 66b53c2c72b4aad4e6621273b9a5ca8c6f632c63 (diff) | |
download | patches-c635610bc6c89dd7feb1e81ff7803600027e0092.tar patches-c635610bc6c89dd7feb1e81ff7803600027e0092.tar.gz |
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'.
-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 |