aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/ghostscript-no-header-uuid.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-04-10 15:46:16 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-10 16:06:41 +0200
commitc635610bc6c89dd7feb1e81ff7803600027e0092 (patch)
tree5fad361bf45bfc02be5281851e4c6d2abc094692 /gnu/packages/patches/ghostscript-no-header-uuid.patch
parent66b53c2c72b4aad4e6621273b9a5ca8c6f632c63 (diff)
downloadguix-c635610bc6c89dd7feb1e81ff7803600027e0092.tar.gz
guix-c635610bc6c89dd7feb1e81ff7803600027e0092.zip
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/packages/patches/ghostscript-no-header-uuid.patch')
0 files changed, 0 insertions, 0 deletions
-services): Accept a new choose-other-service? keyword argument, defaulting to false. Expect an "Other services" checkbox-list. Update docstring. Tobias Geerinckx-Rice 2021-04-28tests: Add gui-uefi-installed-os test....* gnu/installer/tests.scm (conclude-installation): Rename it into ... (start-installation): ... this new procedure. (complete-installation): New procedure. (choose-partitioning): Add an uefi-support? argument. * gnu/tests/install.scm (uefi-firmware): New procedure. (run-install, qemu-command/writable-image, gui-test-program, installation-target-os-for-gui-tests): Add an uefi-support? argument. (%extra-packages): Add grub-efi, fatfsck/static and dosfstools. (%test-gui-installed-os): New variable. Mathieu Othacehe