summaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
diff options
context:
space:
mode:
authorNikita Karetnikov <nikita@karetnikov.org>2013-09-25 01:55:27 +0000
committerNikita Karetnikov <nikita@karetnikov.org>2013-09-25 16:10:40 +0000
commit9ac9360d6e86e7d16756d8e28ce61e288551c2db (patch)
tree4e27796e0d8d71a2264491dc8d0344e0d9222c29 /tests/guix-package.sh
parentaad5af9f40951bac7c8822b754aa20946b2cb8a4 (diff)
downloadgnu-guix-9ac9360d6e86e7d16756d8e28ce61e288551c2db.tar
gnu-guix-9ac9360d6e86e7d16756d8e28ce61e288551c2db.tar.gz
guix package: Show which generation is the current one.
* guix/scripts/package.scm (guix-package)[process-query]: Show that a generation is the current one if the profile points to it. * tests/guix-package.sh: Test it.
Diffstat (limited to 'tests/guix-package.sh')
-rw-r--r--tests/guix-package.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/guix-package.sh b/tests/guix-package.sh
index 524ff32f17..5f97aff026 100644
--- a/tests/guix-package.sh
+++ b/tests/guix-package.sh
@@ -119,6 +119,9 @@ then
test "`readlink_base "$profile"`" = "$profile-1-link"
test -x "$profile/bin/guile" && ! test -x "$profile/bin/make"
+ # Check that the first generation is the current one.
+ test "`guix package -p "$profile" -l 1 | cut -f3 | head -n1`" = "(current)"
+
# Roll-back to generation 0, and install---all at once.
guix package --bootstrap -p "$profile" --roll-back -i guile-bootstrap
test "`readlink_base "$profile"`" = "$profile-1-link"