diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 21:57:52 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 21:57:52 +0200 |
| commit | 09a9f1097458e57d271b05dbf11f1fe0fd98c088 (patch) | |
| tree | 60087f4ce453db25754eb1ed4c1edff4a5e4efc7 /tests/guix-system.sh | |
| parent | c20d4cac1fb72afe26a3e534b92e9a9691936458 (diff) | |
tests: Adjust wildcard when testing OS examples.
* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
backup files, etc.
Diffstat (limited to 'tests/guix-system.sh')
| -rw-r--r-- | tests/guix-system.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh index 9903677a027..1b2c4257256 100644 --- a/tests/guix-system.sh +++ b/tests/guix-system.sh | |||
| @@ -281,8 +281,8 @@ guix system search anonym network | grep "^name: tor" | |||
| 281 | # build these images, the commands would take hours to run in the worst case. | 281 | # build these images, the commands would take hours to run in the worst case. |
| 282 | 282 | ||
| 283 | # Verify that the examples can be built. | 283 | # Verify that the examples can be built. |
| 284 | for example in gnu/system/examples/*; do | 284 | for example in gnu/system/examples/*.tmpl; do |
| 285 | guix system -n disk-image $example | 285 | guix system -n disk-image "$example" |
| 286 | done | 286 | done |
| 287 | 287 | ||
| 288 | # Verify that the disk image types can be built. | 288 | # Verify that the disk image types can be built. |
