summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-14 11:37:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-14 11:37:30 (GMT)
commit3125f5039d71c03e6666394fd0adfa96d19a02b5 (patch)
treeb1db826ae815e846dcb96995d4bf145a8723dd23 /Makefile.pre.in
parenta2a53b27d3053a6efe9005804f3222d65b9ef01f (diff)
downloadcpython-3125f5039d71c03e6666394fd0adfa96d19a02b5.zip
cpython-3125f5039d71c03e6666394fd0adfa96d19a02b5.tar.gz
cpython-3125f5039d71c03e6666394fd0adfa96d19a02b5.tar.bz2
Merged revisions 85472 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85472 | antoine.pitrou | 2010-10-14 13:29:16 +0200 (jeu., 14 oct. 2010) | 3 lines Add make variable to allow testing of different interpreter flags in buildbot runs ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0f0318c..9bcbdab 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -702,7 +702,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
TESTOPTS= -l $(EXTRATESTOPTS)
TESTPROG= $(srcdir)/Lib/test/regrtest.py
-TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -3 -E -tt
+TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -3 -E -tt $(TESTPYTHONOPTS)
test: all platform
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)