summaryrefslogtreecommitdiffstats
path: root/PCbuild/rt.bat
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-30 21:14:51 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-30 21:14:51 (GMT)
commite82b00f14fe9bf31510e55183ea4f3fab9628bf8 (patch)
treee98c6f664e50199acc7f21f518d46d4be286a2cf /PCbuild/rt.bat
parentd311538a93f91d94963b4fdaac8e66e3598df64e (diff)
downloadcpython-e82b00f14fe9bf31510e55183ea4f3fab9628bf8.zip
cpython-e82b00f14fe9bf31510e55183ea4f3fab9628bf8.tar.gz
cpython-e82b00f14fe9bf31510e55183ea4f3fab9628bf8.tar.bz2
Updated test-runner .bat for new location of Tcl/Tk.
Replaced outcomes from native Tcl/Tk tests. Maybe the diffs are legit, maybe not. I noticed that the Tcl results I'm replacing here claimed both that there were no failures, and that one file had tests with failures, so I wasn't inclined to trust them <wink>.
Diffstat (limited to 'PCbuild/rt.bat')
-rwxr-xr-xPCbuild/rt.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index 8c6f092..b3216f7 100755
--- a/PCbuild/rt.bat
+++ b/PCbuild/rt.bat
@@ -19,7 +19,7 @@
@set _qmode=no
@set _dashO=
@set _oldpath=%PATH%
-@PATH %PATH%;..\..\tcl84\bin
+@PATH %PATH%;..\..\tcltk\bin
@goto CheckOpts
:Again
@shift