From: Neal Norwitz Date: Wed, 22 Feb 2006 07:24:06 +0000 (+0000) Subject: Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environ... X-Git-Tag: v2.5a0~554 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df431657fd71f8f42becba9444dd73eab7dadfac;p=thirdparty%2FPython%2Fcpython.git Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 1cc43e60cba3..bb1aeeaf1c64 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