Commit 7ab8c872 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue #19106: Add buildbottouch target.

parent bf52648c
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment