forked from mirrors/nixpkgs
typo
svn path=/nixpkgs/trunk/; revision=21827
This commit is contained in:
parent
29c68e4468
commit
6ab3528051
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue