mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
tests: reconfigure: Fix it.
* gnu/tests/reconfigure.scm (run-install-bootloader-test): Use a non volatile VM so that a bootloader configuration file is installed.
This commit is contained in:
parent
c717f27c5f
commit
7682145b9b
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ (define os
|
|||
#:imported-modules '((gnu services herd)
|
||||
(guix combinators))))
|
||||
|
||||
(define vm (virtual-machine os))
|
||||
(define vm (virtual-machine
|
||||
(operating-system os)
|
||||
(volatile? #f)))
|
||||
|
||||
(define (test script)
|
||||
(with-imported-modules '((gnu build marionette))
|
||||
|
|
Loading…
Reference in a new issue