mirror of https://github.com/python/cpython
Fix error message of "Check if Autoconf files are up to date" job (#126683)
This commit is contained in:
parent
599bfc986d
commit
0052a8c638
|
@ -76,7 +76,7 @@ jobs:
|
|||
# Check for changes in regenerated files
|
||||
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 "Perhaps you forgot to run make regen-configure ;)"
|
||||
echo "configure files must be regenerated with a specific version of autoconf."
|
||||
echo "$changes"
|
||||
echo ""
|
||||
|
|
Loading…
Reference in New Issue