diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-11 15:45:25 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-11 21:57:59 +0900 |
| commit | 26729b9cf0e1be0ff9219f5f508ef95bc7f5985a (patch) | |
| tree | d4fe6a6f3c82ff7a06053ab2a7db5efde7902cff | |
| parent | 1d77413c5698e7e013740f6391395bdff07969a0 (diff) | |
tests: guix-system: Add test for 'guix system container'.
* tests/guix-system.sh: Add test.
Change-Id: I26c90741f17257dc50757b7cb5210ea4e645ecce
| -rw-r--r-- | tests/guix-system.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
