From 26729b9cf0e1be0ff9219f5f508ef95bc7f5985a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 11 Oct 2025 15:45:25 +0900 Subject: [PATCH] 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 99147cf332c..c6f96714592 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