- Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify
to include some information about the build environment.
This commit is contained in:
parent
7303f7055e
commit
5cb86a2461
|
@ -597,7 +597,11 @@ testuniversal: all platform
|
||||||
|
|
||||||
|
|
||||||
# Like testall, but with a single pass only
|
# Like testall, but with a single pass only
|
||||||
|
# run an optional script to include some information about the build environment
|
||||||
buildbottest: all platform
|
buildbottest: all platform
|
||||||
|
-@if which pybuildbot.identify >/dev/null 2>&1; then \
|
||||||
|
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
|
||||||
|
fi
|
||||||
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
|
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
|
||||||
|
|
||||||
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
|
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \
|
||||||
|
|
|
@ -133,6 +133,8 @@ Build
|
||||||
|
|
||||||
- Allow Emacs 22 for building the documentation in info format.
|
- Allow Emacs 22 for building the documentation in info format.
|
||||||
|
|
||||||
|
- Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify
|
||||||
|
to include some information about the build environment.
|
||||||
|
|
||||||
What's New in Python 2.5.1?
|
What's New in Python 2.5.1?
|
||||||
=============================
|
=============================
|
||||||
|
|
Loading…
Reference in New Issue