mirror of https://github.com/python/cpython
- Makefile.pre.in(buildbottest): Remove whitespace at eol.
This commit is contained in:
parent
642ac8530a
commit
4f2ba5529b
|
@ -604,7 +604,7 @@ testuniversal: all platform
|
|||
# run an optional script to include some information about the build environment
|
||||
buildbottest: all platform
|
||||
-@if which pybuildbot.identify >/dev/null 2>&1; then \
|
||||
pybuildbot.identify "CC=$(CC)" "CXX=$(CXX)"; \
|
||||
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
|
||||
fi
|
||||
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
|
||||
|
||||
|
|
Loading…
Reference in New Issue