summaryrefslogtreecommitdiff
path: root/Tools/buildbot
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-01 22:48:24 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-11-01 22:48:24 -0500
commit57b61022a5189471af8cb72ab5b0cf85b4a6e1c1 (patch)
treee1f604e9286b948f39f5975255a0074e6d3c6971 /Tools/buildbot
parentae73f55abd8ec3614943e3b9e16b8c7c69ee8471 (diff)
parent97d7fb4f00e54b3e5c58a8384ffdd76bdc5bc1a7 (diff)
downloadcpython-57b61022a5189471af8cb72ab5b0cf85b4a6e1c1.tar.gz
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r--Tools/buildbot/test-amd64.bat2
-rw-r--r--Tools/buildbot/test.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
index 2441e01f24..7a241f50ab 100644
--- a/Tools/buildbot/test-amd64.bat
+++ b/Tools/buildbot/test-amd64.bat
@@ -2,6 +2,6 @@
setlocal
rem The following line should be removed before #20035 is closed
-set TCL_LIBRARY=%~dp0..\..\..\tcltk64\lib\tcl8.6
+set TCL_LIBRARY=%~dp0..\..\externals\tcltk64\lib\tcl8.6
call "%~dp0..\..\PCbuild\rt.bat" -d -q -x64 -uall -rwW -n --timeout=3600 %*
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
index 1fa0ad94db..6a6448c3ae 100644
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -2,6 +2,6 @@
setlocal
rem The following line should be removed before #20035 is closed
-set TCL_LIBRARY=%~dp0..\..\..\tcltk\lib\tcl8.6
+set TCL_LIBRARY=%~dp0..\..\externals\tcltk\lib\tcl8.6
call "%~dp0..\..\PCbuild\rt.bat" -d -q -uall -rwW -n --timeout=3600 %*