[Python-checkins] r87228 - python/branches/py3k/Tools/buildbot/test.bat

r.david.murray python-checkins at python.org
Tue Dec 14 03:25:44 CET 2010


Author: r.david.murray
Date: Tue Dec 14 03:25:43 2010
New Revision: 87228

Log:
Turn on regrtest -W (rerun immediately) option for Windows, too.


Modified:
   python/branches/py3k/Tools/buildbot/test.bat

Modified: python/branches/py3k/Tools/buildbot/test.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/test.bat	(original)
+++ python/branches/py3k/Tools/buildbot/test.bat	Tue Dec 14 03:25:43 2010
@@ -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
 


More information about the Python-checkins mailing list