Issue #19106: Add buildbottouch target.

This commit is contained in:
Martin v. Löwis 2013-09-30 16:21:44 +02:00
parent bf52648ce1
commit 7ab8c872d3
1 changed files with 3 additions and 0 deletions

View File

@ -893,6 +893,9 @@ buildbottest: all platform
fi
$(TESTRUNNER) -j 1 -u all -W --timeout=$(TESTTIMEOUT) $(TESTOPTS)
# Like touch, but also working on 2.7 (where the target is a no-op)
buildbottouch: touch
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
test_multibytecodec test_urllib2_localnet test_itertools \
test_multiprocessing test_mailbox test_socket test_poll \