guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/14: tests: reconfigure: Fix it.


From: guix-commits
Subject: 14/14: tests: reconfigure: Fix it.
Date: Thu, 23 Dec 2021 04:55:07 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 7682145b9b05a500a3a6509960be22b865ca4154
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 23 10:47:11 2021 +0100

    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.
---
 gnu/tests/reconfigure.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/reconfigure.scm b/gnu/tests/reconfigure.scm
index 2fd7c68..ec845fe 100644
--- a/gnu/tests/reconfigure.scm
+++ b/gnu/tests/reconfigure.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]