guix-commits
[Top][All Lists]
Advanced

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

branch master updated: tests: install: Fix encrypted-root-not-boot-os te


From: guix-commits
Subject: branch master updated: tests: install: Fix encrypted-root-not-boot-os test.
Date: Wed, 21 Feb 2024 07:21:35 -0500

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fa222331bd tests: install: Fix encrypted-root-not-boot-os test.
fa222331bd is described below

commit fa222331bd798dc2afc09efeee0bb197eb6de22b
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Wed Feb 21 02:13:22 2024 +0300

    tests: install: Fix encrypted-root-not-boot-os test.
    
    Fix build failure caused by lack of free disk space.
    
    * gnu/tests/install.scm (%test-encrypted-root-not-boot-os): Increase the 
root
    partition to 1600 MiB.
    
    Change-Id: I9f8378c37743ae8e59a72228b9e8bdbad93b4473
---
 gnu/tests/install.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index f9e766e532..16da320000 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -1194,7 +1194,9 @@ store a couple of full system images.")
         ((images (run-install %encrypted-root-not-boot-os
                               %encrypted-root-not-boot-os-source
                               #:script
-                              %encrypted-root-not-boot-installation-script))
+                              %encrypted-root-not-boot-installation-script
+                              #:target-size
+                              (* 1600 MiB)))
          (command (qemu-command* images)))
       (run-basic-test %encrypted-root-not-boot-os command
                       "encrypted-root-not-boot-os"



reply via email to

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