diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-02 15:32:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-02 15:32:30 +0200 |
commit | 746ac457cc2748152a3a39d4296972fa20f19741 (patch) | |
tree | 978f3bdb71cfd062df8da9be7ae0218d214626e1 /tests | |
parent | c457f109bec75bfbf4619f3e18bcd82c33a15c07 (diff) | |
parent | 3a3e9f2bb586e79a7931163f0191df61591b8017 (diff) | |
download | guix-746ac457cc2748152a3a39d4296972fa20f19741.tar.gz |
Merge branch 'version-1.0.0'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/guix-system.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index 9903677a02..1b2c425725 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh @@ -281,8 +281,8 @@ guix system search anonym network | grep "^name: tor" # build these images, the commands would take hours to run in the worst case. # Verify that the examples can be built. -for example in gnu/system/examples/*; do - guix system -n disk-image $example +for example in gnu/system/examples/*.tmpl; do + guix system -n disk-image "$example" done # Verify that the disk image types can be built. |