mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
c20d4cac1f
commit
09a9f10974
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue