Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf52648 commit 7ab8c87Copy full SHA for 7ab8c87
1 file changed
Makefile.pre.in
@@ -893,6 +893,9 @@ buildbottest: all platform
893
fi
894
$(TESTRUNNER) -j 1 -u all -W --timeout=$(TESTTIMEOUT) $(TESTOPTS)
895
896
+# Like touch, but also working on 2.7 (where the target is a no-op)
897
+buildbottouch: touch
898
+
899
QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \
900
test_multibytecodec test_urllib2_localnet test_itertools \
901
test_multiprocessing test_mailbox test_socket test_poll \
0 commit comments