1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-04 00:05:56 +02: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
+2 -2
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.