From: Tim Peters Date: Sat, 17 Jul 2004 23:44:32 +0000 (+0000) Subject: Temporarily add the Tcl/Tk bin directory to PATH, so that test_tcl can X-Git-Tag: v2.4a2~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d64fb34616505e0dcf494dd1c765b656327916c;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index f99c7dfa8803..8c6f0921ba4a 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=