- Makefile.pre.in(buildbottest): Remove whitespace at eol.

This commit is contained in:
Matthias Klose 2007-09-04 19:05:38 +00:00
parent 642ac8530a
commit 4f2ba5529b
1 changed files with 3 additions and 3 deletions

View File

@ -603,9 +603,9 @@ testuniversal: all platform
# Like testall, but with a single pass only
# 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)"; \
fi
-@if which pybuildbot.identify >/dev/null 2>&1; then \
pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \
fi
$(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw
QUICKTESTOPTS= $(TESTOPTS) -x test_thread test_signal test_strftime \