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
|
# Check for changes in regenerated files
|
||||||
if test -n "$changes"; then
|
if test -n "$changes"; then
|
||||||
echo "Generated files not up to date."
|
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 "configure files must be regenerated with a specific version of autoconf."
|
||||||
echo "$changes"
|
echo "$changes"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue