bpo-44035: Show git diff after autoreconf and regen (GH-30117)

This commit is contained in:
Christian Heimes 2021-12-17 17:17:56 +02:00 committed by GitHub
parent 2985feac4e
commit da8cf8a747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -90,8 +90,10 @@ jobs:
if test -n "$changes"; then
echo "Generated files not up to date."
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
echo "configure files must be regenerated with a specific, unpatched version of autoconf."
echo "configure files must be regenerated with a specific version of autoconf."
echo "$changes"
echo ""
git diff --staged || true
exit 1
fi
- name: Check exported libpython symbols