mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
svn path=/nixpkgs/trunk/; revision=14858
This commit is contained in:
parent
98da742900
commit
46d0b7be04
@ -40,7 +40,7 @@ releaseTools.makeSourceTarball {
|
|||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Run the regression tests in `lib'.
|
# 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
|
if test "$res" != "List([])"; then
|
||||||
echo "regression tests for lib failed, got: $res"
|
echo "regression tests for lib failed, got: $res"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user