Mercurial > cpython
changeset 85882:c1a294bbb4fa 2.7
Add fake buildbottouch target.
author | Martin v. Löwis <martin@v.loewis.de> |
---|---|
date | Mon, 30 Sep 2013 16:18:31 +0200 |
parents | dd55d54b2a15 |
children | cedd1c94c534 39dbcc92b6c0 |
files | Makefile.pre.in |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 \