about summary refs log tree commit diff
path: root/tests/user-envs.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2008-06-15T15·10+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2008-06-15T15·10+0000
commitee8f15930d9b2fb31b0125aac3ccd9a92d04c556 (patch)
tree4d6da8ec31e9fc984c814c68f9816f71c926c28b /tests/user-envs.sh
parentf351834f77441e14238b3348cfe211fa6f6f4e3a (diff)
* Test instrumentation.
Diffstat (limited to '')
-rw-r--r--tests/user-envs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/user-envs.sh b/tests/user-envs.sh
index edb6da0bfcb2..647223ef8c4f 100644
--- a/tests/user-envs.sh
+++ b/tests/user-envs.sh
@@ -66,6 +66,7 @@ $nixenv -p $profiles/test -q '*' | grep -q foo-2.0
 if $nixenv -p $profiles/test -q '*' | grep -q bar; then false; fi
 
 # Count generations.
+$nixenv -p $profiles/test --list-generations
 test "$($nixenv -p $profiles/test --list-generations | wc -l)" -eq 5
 
 # Install foo-1.0, now using its store path.