1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-17 22:48:29 +02:00

* Test that download sizes are shown correctly.

This commit is contained in:
Eelco Dolstra 2010-11-17 14:39:02 +00:00
parent 1e24cbaba3
commit bf658f016f
2 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,8 @@ echo $outPath > $TEST_ROOT/sub-paths
export NIX_SUBSTITUTERS=$(pwd)/substituter.sh
$nixstore -r "$drvPath" --dry-run 2>&1 | grep -q "1.00 MiB.*2.00 MiB"
$nixstore -rvv "$drvPath"
text=$(cat "$outPath"/hello)