summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-20 20:34:31 (GMT)
committerGeorg Brandl <georg@python.org>2012-02-20 20:34:31 (GMT)
commit8848255d8a5b3ac711801466de7e19bae54246af (patch)
treee57cea1de5627a9d6857a9cfdd8df98be1d70b91 /Makefile.pre.in
parent09a7c72cad48f568e0781541167cf9ea6a3f0760 (diff)
downloadcpython-8848255d8a5b3ac711801466de7e19bae54246af.zip
cpython-8848255d8a5b3ac711801466de7e19bae54246af.tar.gz
cpython-8848255d8a5b3ac711801466de7e19bae54246af.tar.bz2
Run tests with -R on "make test" and the buildbots.
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 7ffc3ec..3008d6d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -764,7 +764,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/python.o: $(PYTHON_HEADERS)
TESTOPTS= -l $(EXTRATESTOPTS)
TESTPROG= $(srcdir)/Lib/test/regrtest.py
-TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb $(TESTPYTHONOPTS)
+TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -R -bb $(TESTPYTHONOPTS)
test: all platform
-find $(srcdir)/Lib -name '*.py[co]' -print | xargs rm -f
-$(TESTPYTHON) $(TESTPROG) $(TESTOPTS)