| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -90,8 +90,10 @@ jobs: | |||
| 90 | 90 | if test -n "$changes"; then | |
| 91 | 91 | echo "Generated files not up to date." | |
| 92 | 92 | 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." | ||
| 94 | 94 | echo "$changes" | |
| 95 | + echo "" | ||
| 96 | + git diff --staged || true | ||
| 95 | 97 | exit 1 | |
| 96 | 98 | fi | |
| 97 | 99 | - name: Check exported libpython symbols | |
| Back | FazBrowse Home | New Git URL |
0 commit comments