]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport of 42551 (EXTRATESTOPTS).
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 10 Mar 2006 22:56:20 +0000 (22:56 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 10 Mar 2006 22:56:20 +0000 (22:56 +0000)
Makefile.pre.in

index d20ce2b6fb54fbe4f3a6b6e49876069bef132909..aa248d4479852be349a8bd31cc509ef27641a552 100644 (file)
@@ -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