Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ab8c87

Browse files
committed
Issue #19106: Add buildbottouch target.
1 parent bf52648 commit 7ab8c87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile.pre.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,9 @@ buildbottest: all platform
893893
fi
894894
$(TESTRUNNER) -j 1 -u all -W --timeout=$(TESTTIMEOUT) $(TESTOPTS)
895895

896+
# Like touch, but also working on 2.7 (where the target is a no-op)
897+
buildbottouch: touch
898+
896899
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
897900
test_multibytecodec test_urllib2_localnet test_itertools \
898901
test_multiprocessing test_mailbox test_socket test_poll \

0 commit comments

Comments
 (0)