Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment.
This commit is contained in:
parent
e51fc53b6a
commit
df431657fd
|
@ -550,7 +550,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)
|
||||||
# generated bytecode. This is sometimes a very shy bug needing a lot of
|
# generated bytecode. This is sometimes a very shy bug needing a lot of
|
||||||
# sample data.
|
# sample data.
|
||||||
|
|
||||||
TESTOPTS= -l
|
TESTOPTS= -l $(EXTRATESTOPTS)
|
||||||
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
TESTPROG= $(srcdir)/Lib/test/regrtest.py
|
||||||
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -E -tt
|
TESTPYTHON= $(RUNSHARED) ./$(BUILDPYTHON) -E -tt
|
||||||
test: all platform
|
test: all platform
|
||||||
|
|
Loading…
Reference in New Issue