about summary refs log tree commit diff
path: root/tests/dependencies.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-02-22T15·09+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-02-22T15·09+0000
commit17f39049cf13450c86b62a5782f28e678849bc33 (patch)
treea92d63094cc19ddb670b91f4a8aab84baf80c0ee /tests/dependencies.sh
parent43fa1c20e7e98819925b16d60d6b7c9e87c93fca (diff)
* WTF?
Diffstat (limited to 'tests/dependencies.sh')
-rw-r--r--tests/dependencies.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dependencies.sh b/tests/dependencies.sh
index 1e349cdb9b..ea63436c07 100644
--- a/tests/dependencies.sh
+++ b/tests/dependencies.sh
@@ -2,6 +2,7 @@ drvPath=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix)
 
 echo "derivation is $drvPath"
 
+$TOP/src/nix-store/nix-store -q --tree "$drvPath"
 $TOP/src/nix-store/nix-store -q --tree "$drvPath" | grep "|   +---.*builder1.sh"
 
 # Test Graphviz graph generation.