mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
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.
This commit is contained in:
parent
11a70c79b9
commit
1d64fb3461
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user