mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
tarball: add --show-trace on the remaining calls
This should help tracing some evaluation problems in future.
This commit is contained in:
parent
c1e62e7e91
commit
310ae0915e
@ -47,7 +47,7 @@ releaseTools.sourceTarball {
|
||||
nix-store --init
|
||||
|
||||
# Run the regression tests in `lib'.
|
||||
res="$(nix-instantiate --eval-only --strict pkgs/lib/tests.nix)"
|
||||
res="$(nix-instantiate --eval-only --strict --show-trace pkgs/lib/tests.nix)"
|
||||
if test "$res" != "[ ]"; then
|
||||
echo "regression tests for lib failed, got: $res"
|
||||
exit 1
|
||||
@ -63,7 +63,7 @@ releaseTools.sourceTarball {
|
||||
done
|
||||
|
||||
header "checking eval-release.nix"
|
||||
nix-instantiate --eval-only --strict --xml ./maintainers/scripts/eval-release.nix > $TMPDIR/out.xml
|
||||
nix-instantiate --eval-only --strict --xml --show-trace ./maintainers/scripts/eval-release.nix > $TMPDIR/out.xml
|
||||
xmllint --noout $TMPDIR/out.xml
|
||||
stopNest
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user