[Python-checkins] r42962 - python/branches/release24-maint/Makefile.pre.in

martin.v.loewis python-checkins at python.org
Fri Mar 10 23:56:27 CET 2006


Author: martin.v.loewis
Date: Fri Mar 10 23:56:20 2006
New Revision: 42962

Modified:
   python/branches/release24-maint/Makefile.pre.in
Log:
Backport of 42551 (EXTRATESTOPTS).


Modified: python/branches/release24-maint/Makefile.pre.in
==============================================================================
--- python/branches/release24-maint/Makefile.pre.in	(original)
+++ python/branches/release24-maint/Makefile.pre.in	Fri Mar 10 23:56:20 2006
@@ -533,7 +533,7 @@
 # generated bytecode.  This is sometimes a very shy bug needing a lot of
 # sample data.
 
-TESTOPTS=	-l
+TESTOPTS=	-l $(EXTRATESTOPTS)
 TESTPROG=	$(srcdir)/Lib/test/regrtest.py
 TESTPYTHON=	$(RUNSHARED) ./$(BUILDPYTHON) -E -tt
 test:		all platform


More information about the Python-checkins mailing list