]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44035: Show git diff after autoreconf and regen (GH-30117)
authorChristian Heimes <christian@python.org>
Fri, 17 Dec 2021 15:17:56 +0000 (17:17 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 15:17:56 +0000 (16:17 +0100)
.github/workflows/build.yml

index 4504b29432cd2bf57345920acb12bc2412c219fa..e02e9ade1ae134fd445f45a10cf279fb531be1f1 100644 (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