Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bfa8bd7

Browse files
committed
Let the buildbot make a single pass in the test suite only.
1 parent 14c1cf8 commit bfa8bd7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@ testall: all platform
563563
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
564564
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall
565565

566+
# Like testall, but with a single pass only
567+
buildbottest: all platform
568+
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
569+
566570
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
567571
test_unicodedata test_re test_sre test_select test_poll \
568572
test_linuxaudiodev test_struct test_sunaudiodev test_zlib

Tools/buildbot/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@rem Used by the buildbot "test" step.
22
cd PCbuild
3-
call rt.bat -d -uall -rw
3+
call rt.bat -d -q -uall -rw

0 commit comments

Comments
 (0)