typo
svn path=/nixpkgs/trunk/; revision=21827
This commit is contained in:
parent
29c68e4468
commit
6ab3528051
@ -43,7 +43,7 @@ releaseTools.makeSourceTarball {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Run the regression tests in `lib'.
|
# Run the regression tests in `lib'.
|
||||||
res="$(nix-instantiate --eval-only --strict pkgs/lib/tests.nix)"
|
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"
|
echo "regression tests for lib failed, got: $res"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user