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.master
parent
c717f27c5f
commit
7682145b9b
|
@ -189,7 +189,9 @@ bootloader's configuration file."
|
|||
#: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))
|
||||
|
|
Reference in New Issue