3
0
Fork 0
forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=21827
This commit is contained in:
Rob Vermaas 2010-05-18 08:39:31 +00:00
parent 29c68e4468
commit 6ab3528051

View file

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