diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-24 15:22:50 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-24 15:22:50 (GMT) |
commit | 92c9757973e3d9a8a6c8ba7278d3ef47c6864bba (patch) | |
tree | 90168c2c1bfb3037a7360982423f369aa3966239 /Tools | |
parent | dbab58fdeb5716d761481b56438ba1a2d9977b41 (diff) | |
download | cpython-92c9757973e3d9a8a6c8ba7278d3ef47c6864bba.zip cpython-92c9757973e3d9a8a6c8ba7278d3ef47c6864bba.tar.gz cpython-92c9757973e3d9a8a6c8ba7278d3ef47c6864bba.tar.bz2 |
Use -W on the Windows 64 buildbots
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test-amd64.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index d178c92..7a40606 100644 --- a/Tools/buildbot/test-amd64.bat +++ b/Tools/buildbot/test-amd64.bat @@ -1,3 +1,3 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -q -d -x64 -uall -rw +call rt.bat -d -q -x64 -uall -rwW -n |