[Python-checkins] r85472 - python/branches/py3k/Makefile.pre.in

antoine.pitrou python-checkins at python.org
Thu Oct 14 13:29:16 CEST 2010


Author: antoine.pitrou
Date: Thu Oct 14 13:29:16 2010
New Revision: 85472

Log:
Add make variable to allow testing of different interpreter flags in buildbot runs



Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Thu Oct 14 13:29:16 2010
@@ -740,7 +740,7 @@
 
 TESTOPTS=	-l $(EXTRATESTOPTS)
 TESTPROG=	$(srcdir)/Lib/test/regrtest.py
-TESTPYTHON=	$(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb
+TESTPYTHON=	$(RUNSHARED) ./$(BUILDPYTHON) -Wd -E -bb $(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