diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 09:46:48 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-28 09:46:48 (GMT) |
commit | a0b551acf8b6325e4585a2af63ba9115954616f7 (patch) | |
tree | e16c81fbe41036823e850143e60223ca5b5859a5 /Tools | |
parent | b0a71a01f9a5d4920c14faee50307c01a0976b3f (diff) | |
download | cpython-a0b551acf8b6325e4585a2af63ba9115954616f7.zip cpython-a0b551acf8b6325e4585a2af63ba9115954616f7.tar.gz cpython-a0b551acf8b6325e4585a2af63ba9115954616f7.tar.bz2 |
Changed order to see other test results. (Also temporary commit)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/test.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index 91bf8e9..845c7f8 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -1,5 +1,5 @@ @rem Used by the buildbot "test" step.
cd PCbuild
-call rt.bat -d -q -uall -rw -n -v test_ttk_guionly
call rt.bat -d -q -uall -rw -n -x test_ttk_guionly
+call rt.bat -d -q -uall -rw -n -v test_ttk_guionly
|