diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 09:11:21 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 09:11:21 (GMT) |
commit | b0a71a01f9a5d4920c14faee50307c01a0976b3f (patch) | |
tree | 5e2b17cb83c0842c15a2d15431a499f0fdd178e0 /Tools | |
parent | fa41e60c9d359b0e24486b884a87fe97505b9153 (diff) | |
download | cpython-b0a71a01f9a5d4920c14faee50307c01a0976b3f.zip cpython-b0a71a01f9a5d4920c14faee50307c01a0976b3f.tar.gz cpython-b0a71a01f9a5d4920c14faee50307c01a0976b3f.tar.bz2 |
Run test_ttk_guionly in verbose mode. (This commit is temporary)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 7879046..91bf8e9 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
|