From: Martin v. Löwis Date: Fri, 10 Mar 2006 22:56:20 +0000 (+0000) Subject: Backport of 42551 (EXTRATESTOPTS). X-Git-Tag: v2.4.3c1~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fea70fe80a60a31f6a32be64eb90c7e38488c7f4;p=thirdparty%2FPython%2Fcpython.git Backport of 42551 (EXTRATESTOPTS). --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d20ce2b6fb54..aa248d447985 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -533,7 +533,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS) # 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