Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c1cf8 commit bfa8bd7Copy full SHA for bfa8bd7
2 files changed
Makefile.pre.in
@@ -563,6 +563,10 @@ testall: all platform
563
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
564
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
565
566
+# Like testall, but with a single pass only
567
+buildbottest: all platform
568
+ $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
569
+
570
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
571
test_unicodedata test_re test_sre test_select test_poll \
572
test_linuxaudiodev test_struct test_sunaudiodev test_zlib
Tools/buildbot/test.bat
@@ -1,3 +1,3 @@
1
@rem Used by the buildbot "test" step.
2
cd PCbuild
3
-call rt.bat -d -uall -rw
+call rt.bat -d -q -uall -rw
0 commit comments