mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
guix system: Test 'extension-graph' and 'shepherd-graph'.
* tests/guix-system.sh: Test 'guix system extension-graph' and 'guix system shepherd-graph'.
This commit is contained in:
parent
95f72dcd7a
commit
b84152439c
1 changed files with 4 additions and 0 deletions
|
@ -266,6 +266,10 @@ drv1="`guix system image -t iso9660 "$tmpfile" -d`"
|
||||||
drv2="`guix system image -t iso9660 "$tmpfile" -d`"
|
drv2="`guix system image -t iso9660 "$tmpfile" -d`"
|
||||||
test "$drv1" = "$drv2"
|
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"
|
make_user_config "group-that-does-not-exist" "users"
|
||||||
if guix system build "$tmpfile" -n 2> "$errorfile"
|
if guix system build "$tmpfile" -n 2> "$errorfile"
|
||||||
then false
|
then false
|
||||||
|
|
Loading…
Reference in a new issue