summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-10 22:56:20 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-10 22:56:20 (GMT)
commitfea70fe80a60a31f6a32be64eb90c7e38488c7f4 (patch)
tree5e6baba7651aea9c8cf29ffd65e8e14aac3d30e5
parenteed78ef68c0b0b79fedf56c85fc4d9c4f5c46575 (diff)
downloadcpython-fea70fe80a60a31f6a32be64eb90c7e38488c7f4.zip
cpython-fea70fe80a60a31f6a32be64eb90c7e38488c7f4.tar.gz
cpython-fea70fe80a60a31f6a32be64eb90c7e38488c7f4.tar.bz2
Backport of 42551 (EXTRATESTOPTS).
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d20ce2b..aa248d4 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