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:
parent
c20d4cac1f
commit
09a9f10974
|
@ -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.
|
# build these images, the commands would take hours to run in the worst case.
|
||||||
|
|
||||||
# Verify that the examples can be built.
|
# Verify that the examples can be built.
|
||||||
for example in gnu/system/examples/*; do
|
for example in gnu/system/examples/*.tmpl; do
|
||||||
guix system -n disk-image $example
|
guix system -n disk-image "$example"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Verify that the disk image types can be built.
|
# Verify that the disk image types can be built.
|
||||||
|
|
Loading…
Reference in New Issue