svn path=/nixpkgs/trunk/; revision=14858

This commit is contained in:
Eelco Dolstra 2009-04-03 12:34:25 +00:00
parent 98da742900
commit 46d0b7be04

View File

@ -40,7 +40,7 @@ releaseTools.makeSourceTarball {
checkPhase = ''
# Run the regression tests in `lib'.
res="$(nix-instantiate --eval-only --strict tests.nix)"
res="$(nix-instantiate --eval-only --strict pkgs/lib/tests.nix)"
if test "$res" != "List([])"; then
echo "regression tests for lib failed, got: $res"
exit 1