[Python-checkins] r86811 - python/branches/py3k-stat-on-windows/Tools/buildbot/test.bat
hirokazu.yamamoto
python-checkins at python.org
Fri Nov 26 18:29:06 CET 2010
Author: hirokazu.yamamoto
Date: Fri Nov 26 18:29:05 2010
New Revision: 86811
Log:
Skip test_ttk_guionly.
Modified:
python/branches/py3k-stat-on-windows/Tools/buildbot/test.bat
Modified: python/branches/py3k-stat-on-windows/Tools/buildbot/test.bat
==============================================================================
--- python/branches/py3k-stat-on-windows/Tools/buildbot/test.bat (original)
+++ python/branches/py3k-stat-on-windows/Tools/buildbot/test.bat Fri Nov 26 18:29:05 2010
@@ -1,4 +1,4 @@
@rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rw -n
+call rt.bat -d -q -uall -rw -n -x test_ttk_guionly
More information about the Python-checkins
mailing list