From: Martin v. Löwis Date: Mon, 30 Sep 2013 14:18:31 +0000 (+0200) Subject: Add fake buildbottouch target. X-Git-Tag: v2.7.6rc1~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ddb0a30fdb42a829a4a836abff5289a931491a5;p=python Add fake buildbottouch target. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 98711ae62b..127328c91e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -796,6 +796,9 @@ buildbottest: all platform fi $(TESTPYTHON) -R $(TESTPROG) -uall -rwW $(TESTOPTS) +# Fake target in 2.7, real in 3.x. +buildbottouch: + QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \ test_multibytecodec test_urllib2_localnet test_itertools \ test_multiprocessing test_mailbox test_socket test_poll \