[Python-checkins] r85050 - python/branches/release27-maint/Tools/buildbot/test.bat

hirokazu.yamamoto python-checkins at python.org
Tue Sep 28 09:35:56 CEST 2010


Author: hirokazu.yamamoto
Date: Tue Sep 28 09:35:56 2010
New Revision: 85050

Log:
Run test_ttk_guionly in verbose mode.

Modified:
   python/branches/release27-maint/Tools/buildbot/test.bat

Modified: python/branches/release27-maint/Tools/buildbot/test.bat
==============================================================================
--- python/branches/release27-maint/Tools/buildbot/test.bat	(original)
+++ python/branches/release27-maint/Tools/buildbot/test.bat	Tue Sep 28 09:35:56 2010
@@ -1,3 +1,4 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -uall -rw
+python_d -m test.test_ttk_guionly
+call rt.bat -d -q -uall -rw -x test.test_ttk_guionly


More information about the Python-checkins mailing list