Kaydet (Commit) df431657 authored tarafından Neal Norwitz's avatar Neal Norwitz

Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environment.

üst e51fc53b
...@@ -550,7 +550,7 @@ $(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment