]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of 42994:
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 13 Mar 2006 13:08:41 +0000 (13:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 13 Mar 2006 13:08:41 +0000 (13:08 +0000)
Let the buildbot make a single pass in the test suite only.

Makefile.pre.in
Tools/buildbot/test.bat

index aa248d4479852be349a8bd31cc509ef27641a552..1e2c9728ea6c095584e99d9c1e114c624f8c26e4 100644 (file)
@@ -546,6 +546,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