From: Hirokazu Yamamoto Date: Tue, 28 Sep 2010 07:35:56 +0000 (+0000) Subject: Run test_ttk_guionly in verbose mode. X-Git-Tag: v2.7.1rc1~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba0c84371e52331c0b6689c500cf549e337fba54;p=python Run test_ttk_guionly in verbose mode. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 3764b43035..72cca59d9f 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -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