summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-02-22 07:24:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-02-22 07:24:06 (GMT)
commitdf431657fd71f8f42becba9444dd73eab7dadfac (patch)
tree844c90916f9f0f48362b64adddbfa9c258e47d84 /Makefile.pre.in
parente51fc53b6a3c2372215c561ef6a5c2e0249210db (diff)
downloadcpython-df431657fd71f8f42becba9444dd73eab7dadfac.zip
cpython-df431657fd71f8f42becba9444dd73eab7dadfac.tar.gz
cpython-df431657fd71f8f42becba9444dd73eab7dadfac.tar.bz2
Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1cc43e6..bb1aeea 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -550,7 +550,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