Skip to content
Snippets Groups Projects
Unverified Commit 09a9f109 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

tests: Adjust wildcard when testing OS examples.

* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
backup files, etc.
parent c20d4cac
No related branches found
No related tags found
No related merge requests found
...@@ -281,8 +281,8 @@ guix system search anonym network | grep "^name: tor" ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment