[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: guix system: Test 'extension-graph' and 'shepherd-graph'.
From: |
guix-commits |
Subject: |
13/13: guix system: Test 'extension-graph' and 'shepherd-graph'. |
Date: |
Sat, 30 Jan 2021 09:38:31 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit b84152439c298724c36e1282e4feb9ce246b76c3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Jan 30 15:34:41 2021 +0100
guix system: Test 'extension-graph' and 'shepherd-graph'.
* tests/guix-system.sh: Test 'guix system extension-graph' and 'guix
system shepherd-graph'.
---
tests/guix-system.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index f5ddd1d..24cc259 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -266,6 +266,10 @@ drv1="`guix system image -t iso9660 "$tmpfile" -d`"
drv2="`guix system image -t iso9660 "$tmpfile" -d`"
test "$drv1" = "$drv2"
+# Check whether the graph commands work as expected.
+guix system extension-graph "$tmpfile" | grep 'label = "file-systems"'
+guix system shepherd-graph "$tmpfile" | grep 'label = "guix-daemon"'
+
make_user_config "group-that-does-not-exist" "users"
if guix system build "$tmpfile" -n 2> "$errorfile"
then false
- branch master updated (0f27a97 -> b841524), guix-commits, 2021/01/30
- 02/13: build-system/julia: Don't rely on file name to set module name., guix-commits, 2021/01/30
- 01/13: build-system/julia: Enable tests., guix-commits, 2021/01/30
- 04/13: gnu: julia-compat: Update to 3.25.0., guix-commits, 2021/01/30
- 09/13: gnu: Add julia-adapt., guix-commits, 2021/01/30
- 13/13: guix system: Test 'extension-graph' and 'shepherd-graph'.,
guix-commits <=
- 08/13: gnu: Add julia-parsers., guix-commits, 2021/01/30
- 10/13: gnu: Add julia-offsetarrays., guix-commits, 2021/01/30
- 05/13: gnu: Add julia-orderedcollections., guix-commits, 2021/01/30
- 03/13: gnu: julia-compat: Set file name according to standards., guix-commits, 2021/01/30
- 06/13: gnu: Add julia-datastructures., guix-commits, 2021/01/30
- 07/13: gnu: Add julia-fixedpointnumbers., guix-commits, 2021/01/30
- 11/13: gnu: Add julia-json., guix-commits, 2021/01/30
- 12/13: services: shepherd: Allow custom 'shepherd' package., guix-commits, 2021/01/30