diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-09-30 14:21:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-09-30 14:21:44 (GMT) |
commit | 7ab8c872d315d6b705d8e4286b66234b260a0c9f (patch) | |
tree | 8a25b9b642263e50dbf12dc1b7a125cc737acc42 /Makefile.pre.in | |
parent | bf52648ce1dd5eb135501d0ee881af5194a3097a (diff) | |
download | cpython-7ab8c872d315d6b705d8e4286b66234b260a0c9f.zip cpython-7ab8c872d315d6b705d8e4286b66234b260a0c9f.tar.gz cpython-7ab8c872d315d6b705d8e4286b66234b260a0c9f.tar.bz2 |
Issue #19106: Add buildbottouch target.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index dc895c0..471b966 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \ |