projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e51fc53
)
Allow buildbot to pass extra test flags to regrtest (specifically -r) via the environ...
author
Neal Norwitz
<nnorwitz@gmail.com>
Wed, 22 Feb 2006 07:24:06 +0000
(07:24 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Wed, 22 Feb 2006 07:24:06 +0000
(07:24 +0000)
Makefile.pre.in
patch
|
blob
|
history
diff --git
a/Makefile.pre.in
b/Makefile.pre.in
index 1cc43e60cba32794389d5b4f52a920e1e96db299..bb1aeeaf1c64b67b49b9a62e400acd9644ace7f8 100644
(file)
--- 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