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

hirokazu.yamamoto python-checkins at python.org
Tue Sep 28 19:55:53 CEST 2010


Author: hirokazu.yamamoto
Date: Tue Sep 28 19:55:53 2010
New Revision: 85070

Log:
Reverted to r70917.

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 Sep 28 19:55:53 2010
@@ -1,5 +1,4 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -uall -rw -n -x test_ttk_guionly
-call rt.bat -d -q -uall -rw -n -v test_ttk_guionly
+call rt.bat -d -q -uall -rw -n
 


More information about the Python-checkins mailing list