From: R. David Murray Date: Tue, 14 Dec 2010 02:25:43 +0000 (+0000) Subject: Turn on regrtest -W (rerun immediately) option for Windows, too. X-Git-Tag: v3.2b2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39f34aa1f3c1f02d72ec28d0d177834e22dfc89b;p=python Turn on regrtest -W (rerun immediately) option for Windows, too. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 787904682b..d9abc1b4be 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,4 @@ @rem Used by the buildbot "test" step. cd PCbuild -call rt.bat -d -q -uall -rw -n +call rt.bat -d -q -uall -rwW -n