[Python-checkins] cpython (3.2): Run tests with -R on "make test" and the buildbots.

georg.brandl python-checkins at python.org
Mon Feb 20 21:41:43 CET 2012


http://hg.python.org/cpython/rev/d1fb8fa2bb34
changeset:   75074:d1fb8fa2bb34
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Mon Feb 20 21:34:31 2012 +0100
summary:
  Run tests with -R on "make test" and the buildbots.

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -764,7 +764,7 @@
 
 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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list