[Python-checkins] r85474 - in python/branches/release27-maint: Makefile.pre.in

antoine.pitrou python-checkins at python.org
Thu Oct 14 13:37:30 CEST 2010


Author: antoine.pitrou
Date: Thu Oct 14 13:37:30 2010
New Revision: 85474

Log:
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
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Makefile.pre.in

Modified: python/branches/release27-maint/Makefile.pre.in
==============================================================================
--- python/branches/release27-maint/Makefile.pre.in	(original)
+++ python/branches/release27-maint/Makefile.pre.in	Thu Oct 14 13:37:30 2010
@@ -702,7 +702,7 @@
 
 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)


More information about the Python-checkins mailing list