From 5ddb0a30fdb42a829a4a836abff5289a931491a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 30 Sep 2013 16:18:31 +0200 Subject: [PATCH] Add fake buildbottouch target. --- Makefile.pre.in | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.50.1