]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add windows build.bat counterpart for 'make regen-all' in error message (GH-26770)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jul 2021 03:27:48 +0000 (20:27 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jul 2021 03:27:48 +0000 (20:27 -0700)
(cherry picked from commit d61b69f02d441ae517109a4428f2a18416c9ff0f)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
.github/workflows/build.yml

index cd49b1dba0fc0639efaf041d4bcb0675fb3d6704..f9749e0cb2b07a16d160a134316eb16ab15e243d 100644 (file)
@@ -97,7 +97,7 @@ jobs:
           # Check for changes in regenerated files
           if ! test -z "$changes"
           then
-            echo "Generated files not up to date. Perhaps you forgot to run make regen-all ;)"
+            echo "Generated files not up to date. Perhaps you forgot to run make regen-all or build.bat --regen ;)"
             echo "$changes"
             exit 1
           fi