mirror of https://github.com/python/cpython
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
This commit is contained in:
parent
2985feac4e
commit
da8cf8a747
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue