diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-04-08 04:33:29 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-04-08 04:33:29 (GMT) |
commit | 800cae30075bede409561b5ad5b1b72bd49c6fa5 (patch) | |
tree | 58a5d7c052596ba3120dd517f1de7f24e6395066 /Tools/buildbot | |
parent | 1365de764eb260c644f10c16ae84d1b637c2d3c5 (diff) | |
download | cpython-800cae30075bede409561b5ad5b1b72bd49c6fa5.zip cpython-800cae30075bede409561b5ad5b1b72bd49c6fa5.tar.gz cpython-800cae30075bede409561b5ad5b1b72bd49c6fa5.tar.bz2 |
Issue #21059: Temporary measure to make the Windows buildbots useful again.
Hopefully.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 3 | ||||
-rw-r--r-- | 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 index de64f25..11bfcbb 100644 --- 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 index 4e4db10..6b98c79 100644 --- 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 |