From 17f39049cf13450c86b62a5782f28e678849bc33 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 22 Feb 2006 15:09:47 +0000 Subject: [PATCH] * WTF? --- tests/dependencies.sh | 1 + 1 file changed, 1 insertion(+) 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.