From: Georg Brandl Date: Mon, 20 Feb 2012 20:34:31 +0000 (+0100) Subject: Run tests with -R on "make test" and the buildbots. X-Git-Tag: v3.2.3rc1~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8848255d8a5b3ac711801466de7e19bae54246af;p=thirdparty%2FPython%2Fcpython.git Run tests with -R on "make test" and the buildbots. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 7ffc3ecab3b6..3008d6d73ad0 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)