]> granicus.if.org Git - python/commitdiff
Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can
authorTim Peters <tim.peters@gmail.com>
Sat, 17 Jul 2004 23:44:32 +0000 (23:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 17 Jul 2004 23:44:32 +0000 (23:44 +0000)
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.

PCbuild/rt.bat

index f99c7dfa88037ea0e2733d6a0d8d6d1e7fc17cff..8c6f0921ba4a6de3a4a65a5c1c911b776bc8d244 100755 (executable)
@@ -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=