summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-20 21:34:31 +0100
committerGeorg Brandl <georg@python.org>2012-02-20 21:34:31 +0100
commit8848255d8a5b3ac711801466de7e19bae54246af (patch)
treee57cea1de5627a9d6857a9cfdd8df98be1d70b91
parent09a7c72cad48f568e0781541167cf9ea6a3f0760 (diff)
downloadcpython-git-8848255d8a5b3ac711801466de7e19bae54246af.tar.gz
Run tests with -R on "make test" and the buildbots.
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7ffc3ecab3..3008d6d73a 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)