[Python-checkins] r85044 - python/branches/py3k-ttk-debug-on-xp5/Tools/buildbot/test.bat

hirokazu.yamamoto python-checkins at python.org
Mon Sep 27 23:38:56 CEST 2010


Author: hirokazu.yamamoto
Date: Mon Sep 27 23:38:56 2010
New Revision: 85044

Log:
Run test_ttk_guionly in verbose mode.

Modified:
   python/branches/py3k-ttk-debug-on-xp5/Tools/buildbot/test.bat

Modified: python/branches/py3k-ttk-debug-on-xp5/Tools/buildbot/test.bat
==============================================================================
--- python/branches/py3k-ttk-debug-on-xp5/Tools/buildbot/test.bat	(original)
+++ python/branches/py3k-ttk-debug-on-xp5/Tools/buildbot/test.bat	Mon Sep 27 23:38:56 2010
@@ -1,4 +1,5 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
+python_d -m test.test_ttk_guionly
 call rt.bat -d -q -uall -rw -n
 


More information about the Python-checkins mailing list