mirror of
https://github.com/python/cpython.git
synced 2026-07-24 02:46:51 -04:00
[3.13] Fix error message of "Check if Autoconf files are up to date" job (GH-126683) (#126717)
Fix error message of "Check if Autoconf files are up to date" job (GH-126683)
(cherry picked from commit 0052a8c638)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
committed by
GitHub
parent
6cefffcdee
commit
efd8fe4e6e
@@ -119,7 +119,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 ""
|
||||
|
||||
Reference in New Issue
Block a user