summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-12-17 15:17:56 (GMT)
committerGitHub <noreply@github.com>2021-12-17 15:17:56 (GMT)
commitda8cf8a74714f4cc34fb768345cb1caf9dcddd62 (patch)
tree8090dce4f50ee362a8020e7d5404bb13458ed7cf /.github
parent2985feac4e02d590bb78bcce9e30864be53280ac (diff)
downloadcpython-da8cf8a74714f4cc34fb768345cb1caf9dcddd62.zip
cpython-da8cf8a74714f4cc34fb768345cb1caf9dcddd62.tar.gz
cpython-da8cf8a74714f4cc34fb768345cb1caf9dcddd62.tar.bz2
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4504b29..e02e9ad 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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