[Python-checkins] cpython: Issue #21059: Temporary measure to make the Windows buildbots useful again.

zach.ware python-checkins at python.org
Tue Apr 8 06:33:43 CEST 2014


http://hg.python.org/cpython/rev/c507da0b573f
changeset:   90170:c507da0b573f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Apr 07 23:33:29 2014 -0500
summary:
  Issue #21059: Temporary measure to make the Windows buildbots useful again.

Hopefully.

files:
  Tools/buildbot/test-amd64.bat |  3 +++
  Tools/buildbot/test.bat       |  3 +++
  2 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
--- a/Tools/buildbot/test-amd64.bat
+++ b/Tools/buildbot/test-amd64.bat
@@ -1,3 +1,6 @@
 @rem Used by the buildbot "test" step.
+
+rem The following line should be removed before #20035 is closed
+set TCL_LIBRARY=%CD%\..\tcltk64\lib\tcl8.6
 cd PCbuild
 call rt.bat -d -q -x64 -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -1,3 +1,6 @@
 @rem Used by the buildbot "test" step.
+
+rem The following line should be removed before #20035 is closed
+set TCL_LIBRARY=%CD%\..\tcltk\lib\tcl8.6
 cd PCbuild
 call rt.bat -d -q -uall -rwW -n --timeout=3600 %1 %2 %3 %4 %5 %6 %7 %8 %9

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list