parent
75e277ac15
commit
d6ca7f9e13
|
@ -40,8 +40,9 @@ releaseTools.makeSourceTarball {
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# Run the regression tests in `lib'.
|
# Run the regression tests in `lib'.
|
||||||
if test "$(nix-instantiate --eval-only --strict tests.nix)" != "List([])"; then
|
res="$(nix-instantiate --eval-only --strict tests.nix)"
|
||||||
echo "regression tests for `lib' failed"
|
if test "$res" != "List([])"; then
|
||||||
|
echo "regression tests for lib failed, got: $res"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue