diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 08:19:18 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 08:19:18 (GMT) |
commit | 3b47b6c04ca2b2d3a4c02f05e6406c7a07c51b84 (patch) | |
tree | da97b64bbac8c9015d3ee0af00b8d04250565fee /Tools | |
parent | ba0c84371e52331c0b6689c500cf549e337fba54 (diff) | |
download | cpython-3b47b6c04ca2b2d3a4c02f05e6406c7a07c51b84.zip cpython-3b47b6c04ca2b2d3a4c02f05e6406c7a07c51b84.tar.gz cpython-3b47b6c04ca2b2d3a4c02f05e6406c7a07c51b84.tar.bz2 |
Sorry, I committed into wrong branch. So reverted it.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 72cca59..3764b43 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,4 +1,3 @@ @rem Used by the buildbot "test" step.
cd PCbuild
-python_d -m test.test_ttk_guionly
-call rt.bat -d -q -uall -rw -x test.test_ttk_guionly
+call rt.bat -d -q -uall -rw
|