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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba0c84371e52331c0b6689c500cf549e337fba54;p=thirdparty%2FPython%2Fcpython.git Run test_ttk_guionly in verbose mode. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 3764b4303522..72cca59d9f86 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