aboutsummaryrefslogtreecommitdiff
path: root/test/input/reduce
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2020-12-24 09:02:18 +0000
committerGitHub <noreply@github.com>2020-12-24 17:02:18 +0800
commit18966945324786d29def134662221a068297161d (patch)
tree9cd23edc4262ff7ab0d8b32a9b315a9788abc56d /test/input/reduce
parent5f269cd57356fc4dbe7486dca22902d22695d499 (diff)
downloadtracifyjs-18966945324786d29def134662221a068297161d.tar.gz
tracifyjs-18966945324786d29def134662221a068297161d.zip
fix & enhance `collapse_vars` (#4447)
fixes #4446
Diffstat (limited to 'test/input/reduce')
0 files changed, 0 insertions, 0 deletions
ew variable, and select only 'document' services. (RUN-SERVICES-PAGE): Adjust accordingly. * gnu/installer/tests.scm (CHOOSE-SERVICES): Adjust accordingly. Leo Famulari 2021-07-04installer: tests: Expect but do not select other services by default....* gnu/installer/tests.scm (choose-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