guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 26729b9cf0e1be0ff9219f5f508ef95bc7f5985a
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Oct 11 15:45:25 2025 +0900

    tests: guix-system: Add test for 'guix system container'.
    
    * tests/guix-system.sh: Add test.
    
    Change-Id: I26c90741f17257dc50757b7cb5210ea4e645ecce
---
 tests/guix-system.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index 99147cf332..c6f9671459 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -374,6 +374,7 @@ do
 done
 
 # Verify that the images can be built.
+guix system -n container gnu/system/examples/bare-bones.tmpl
 guix system -n vm gnu/system/examples/bare-bones.tmpl
 guix system -n image gnu/system/images/pinebook-pro.scm
 guix system -n image -t qcow2 gnu/system/examples/bare-bones.tmpl

Reply via email to