Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bcf5a5

Browse files
committed
Issue #15968: Temporarily revert change to PCbuild/rt.bat
to prevent buildbot failures on test_idle. This change should go back in once #20035 is fixed.
1 parent 940e207 commit 4bcf5a5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PCbuild/rt.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ set prefix=.\
3030
set suffix=
3131
set qmode=
3232
set dashO=
33+
set tcltk=tcltk
3334

3435
:CheckOpts
3536
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
3637
if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
3738
if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
38-
if "%1"=="-x64" (set prefix=amd64) & shift & goto CheckOpts
39+
if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
3940

41+
PATH %PATH%;%~dp0..\..\%tcltk%\bin
4042
set exe=%prefix%\python%suffix%
4143
set cmd=%exe% %dashO% -Wd -E -bb ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
4244
if defined qmode goto Qmode

0 commit comments

Comments
 (0)