diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 17:55:53 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 17:55:53 (GMT) |
commit | 57b4163086e114aa5d04f10b6ec70f1cbd09b075 (patch) | |
tree | b558a5b686f6fe579a37acf17d60e9f1e84c43fd /Tools | |
parent | 826903ece32752015ae4a0a6f9d65d6f1f904a32 (diff) | |
download | cpython-57b4163086e114aa5d04f10b6ec70f1cbd09b075.zip cpython-57b4163086e114aa5d04f10b6ec70f1cbd09b075.tar.gz cpython-57b4163086e114aa5d04f10b6ec70f1cbd09b075.tar.bz2 |
Reverted to r70917.
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 845c7f8..7879046 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,5 +1,4 @@ @rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rw -n -x test_ttk_guionly
-call rt.bat -d -q -uall -rw -n -v test_ttk_guionly
+call rt.bat -d -q -uall -rw -n
|