1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

* Add a test for nix-log2xml.

This commit is contained in:
Eelco Dolstra 2006-03-01 13:25:08 +00:00
parent 458820df6c
commit e48bd8c8b5
7 changed files with 41 additions and 8 deletions

View file

@ -4,7 +4,7 @@ drvPath=$($nixinstantiate dependencies.nix)
echo "derivation is $drvPath"
$TOP/src/nix-store/nix-store -q --tree "$drvPath" | grep ' +---.*builder1.sh'
$nixstore -q --tree "$drvPath" | grep ' +---.*builder1.sh'
# Test Graphviz graph generation.
$nixstore -q --graph "$drvPath" > $TEST_ROOT/graph