From: Hirokazu Yamamoto Date: Tue, 28 Sep 2010 09:11:21 +0000 (+0000) Subject: Run test_ttk_guionly in verbose mode. (This commit is temporary) X-Git-Tag: v3.2a3~126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0a71a01f9a5d4920c14faee50307c01a0976b3f;p=thirdparty%2FPython%2Fcpython.git Run test_ttk_guionly in verbose mode. (This commit is temporary) --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 787904682b36..91bf8e9c9934 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,5 @@ @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 -v test_ttk_guionly +call rt.bat -d -q -uall -rw -n -x test_ttk_guionly