]> granicus.if.org Git - python/commitdiff
Let the buildbot make a single pass in the test suite only.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 13 Mar 2006 10:59:32 +0000 (10:59 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 13 Mar 2006 10:59:32 +0000 (10:59 +0000)
Makefile.pre.in
Tools/buildbot/test.bat

index c8e8dc580fb323b5d72933e36eb493aa364ade6d..5f2e98408fd71f1b5bd7122a58cae5d0ff9b83cc 100644 (file)
@@ -563,6 +563,10 @@ testall:   all platform
                -$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
                $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
 
+# Like testall, but with a single pass only
+buildbottest:  all platform
+               $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
+
 QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
                test_unicodedata test_re test_sre test_select test_poll \
                test_linuxaudiodev test_struct test_sunaudiodev test_zlib
index 840b44bded5617762887efcf8fb8b1327a7d0b9a..c8b1937ca4e569cd91b54c69579851fb11a8ab58 100644 (file)
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -uall -rw
+call rt.bat -d -q -uall -rw