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

hirokazu.yamamoto python-checkins at python.org
Tue Sep 28 10:47:57 CEST 2010


Author: hirokazu.yamamoto
Date: Tue Sep 28 10:47:57 2010
New Revision: 85053

Log:
Fix to find tcl/tk dll.

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	Tue Sep 28 10:47:57 2010
@@ -1,5 +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
+call rt.bat -d -q -uall -rw -n -v test_ttk_guionly
+call rt.bat -d -q -uall -rw -n -x test_ttk_guionly
 


More information about the Python-checkins mailing list