changeset: 85882:c1a294bbb4fa branch: 2.7 parent: 85877:dd55d54b2a15 user: Martin v. Löwis date: Mon Sep 30 16:18:31 2013 +0200 files: Makefile.pre.in description: Add fake buildbottouch target. diff -r dd55d54b2a15 -r c1a294bbb4fa Makefile.pre.in --- a/Makefile.pre.in Sun Sep 29 18:57:42 2013 -0700 +++ b/Makefile.pre.in Mon Sep 30 16:18:31 2013 +0200 @@ -796,6 +796,9 @@ 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 \