summaryrefslogtreecommitdiff
path: root/PCbuild/rt.bat
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-17 23:44:32 +0000
committerTim Peters <tim.peters@gmail.com>2004-07-17 23:44:32 +0000
commit3c05b5636fc2be5d74b766568d641deeb48fcc60 (patch)
tree7252acb9474eab388c2f0b2daa338aedc5cf6cd2 /PCbuild/rt.bat
parent4db4b91788ca58113b7feb413773b9432777242e (diff)
downloadcpython-3c05b5636fc2be5d74b766568d641deeb48fcc60.tar.gz
Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can
actually run. When it fails, it pops up a dialog box, and the test run hangs waiting for you to click OK -- that sucks too much to bear.
Diffstat (limited to 'PCbuild/rt.bat')
-rwxr-xr-xPCbuild/rt.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index f99c7dfa88..8c6f0921ba 100755
--- a/PCbuild/rt.bat
+++ b/PCbuild/rt.bat
@@ -18,6 +18,8 @@
@set _exe=python
@set _qmode=no
@set _dashO=
+@set _oldpath=%PATH%
+@PATH %PATH%;..\..\tcl84\bin
@goto CheckOpts
:Again
@shift
@@ -39,3 +41,5 @@
@set _exe=
@set _qmode=
@set _dashO=
+@PATH %_oldpath%
+@set _oldpath=