Skip to content

Commit da8cf8a

Browse files
authored
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
1 parent 2985fea commit da8cf8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,10 @@ jobs:
9090
if test -n "$changes"; then
9191
echo "Generated files not up to date."
9292
echo "Perhaps you forgot to run make regen-all or build.bat --regen. ;)"
93-
echo "configure files must be regenerated with a specific, unpatched version of autoconf."
93+
echo "configure files must be regenerated with a specific version of autoconf."
9494
echo "$changes"
95+
echo ""
96+
git diff --staged || true
9597
exit 1
9698
fi
9799
- name: Check exported libpython symbols

0 commit comments

Comments
 (0)