tests: Adjust wildcard when testing OS examples.

* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
backup files, etc.
master
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
1 changed files with 2 additions and 2 deletions

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.