[Python-checkins] r85055 - python/branches/py3k/Tools/buildbot/test.bat

hirokazu.yamamoto python-checkins at python.org
Tue Sep 28 11:46:48 CEST 2010


Author: hirokazu.yamamoto
Date: Tue Sep 28 11:46:48 2010
New Revision: 85055

Log:
Changed order to see other test results. (Also temporary commit)

Modified:
   python/branches/py3k/Tools/buildbot/test.bat

Modified: python/branches/py3k/Tools/buildbot/test.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/test.bat	(original)
+++ python/branches/py3k/Tools/buildbot/test.bat	Tue Sep 28 11:46:48 2010
@@ -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
 


More information about the Python-checkins mailing list