guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: tests: Adjust wildcard when testing OS examples.


From: guix-commits
Subject: 03/04: tests: Adjust wildcard when testing OS examples.
Date: Mon, 29 Apr 2019 16:25:35 -0400 (EDT)

civodul pushed a commit to branch version-1.0.0
in repository guix.

commit 09a9f1097458e57d271b05dbf11f1fe0fd98c088
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 29 21:57:52 2019 +0200

    tests: Adjust wildcard when testing OS examples.
    
    * tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching
    backup files, etc.
---
 tests/guix-system.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index 9903677..1b2c425 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]