[Python-checkins] r70917 - python/branches/py3k/Tools/buildbot/test.bat
martin.v.loewis
python-checkins at python.org
Wed Apr 1 00:42:41 CEST 2009
Author: martin.v.loewis
Date: Wed Apr 1 00:42:41 2009
New Revision: 70917
Log:
Readd -n.
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 Wed Apr 1 00:42:41 2009
@@ -1,4 +1,4 @@
@rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rw
+call rt.bat -d -q -uall -rw -n
More information about the Python-checkins
mailing list