Kaydet (Commit) 1d64fb34 authored tarafından Tim Peters's avatar Tim Peters

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.
üst 11a70c79
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
@set _exe=python @set _exe=python
@set _qmode=no @set _qmode=no
@set _dashO= @set _dashO=
@set _oldpath=%PATH%
@PATH %PATH%;..\..\tcl84\bin
@goto CheckOpts @goto CheckOpts
:Again :Again
@shift @shift
...@@ -39,3 +41,5 @@ ...@@ -39,3 +41,5 @@
@set _exe= @set _exe=
@set _qmode= @set _qmode=
@set _dashO= @set _dashO=
@PATH %_oldpath%
@set _oldpath=
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment