3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

tests: Adjust wildcard when testing OS examples.

* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
backup files, etc.
This commit is contained in:
Ludovic Courtès 2019-04-29 21:57:52 +02:00
parent c20d4cac1f
commit 09a9f10974
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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.