From: Antoine Pitrou Date: Sun, 24 Jun 2012 15:22:50 +0000 (+0200) Subject: Use -W on the Windows 64 buildbots X-Git-Tag: v3.3.0b1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92c9757973e3d9a8a6c8ba7278d3ef47c6864bba;p=python Use -W on the Windows 64 buildbots --- diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat index d178c92fb5..7a40606e3b 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