From df431657fd71f8f42becba9444dd73eab7dadfac Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 22 Feb 2006 07:24:06 +0000 Subject: [PATCH] Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 1cc43e60cba..bb1aeeaf1c6 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