diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-02-22 07:24:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-02-22 07:24:06 (GMT) |
commit | df431657fd71f8f42becba9444dd73eab7dadfac (patch) | |
tree | 844c90916f9f0f48362b64adddbfa9c258e47d84 /Makefile.pre.in | |
parent | e51fc53b6a3c2372215c561ef6a5c2e0249210db (diff) | |
download | cpython-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.in | 2 |
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 |