diff options
author | Georg Brandl <georg@python.org> | 2009-10-27 20:52:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-27 20:52:02 (GMT) |
commit | 71a015ac1cf80e2f7af989f28e68c8f070964092 (patch) | |
tree | a513776144208ff58c759f11bf2d98460d036ee4 /Makefile.pre.in | |
parent | cb170100d45f66c64827eb27e815e3417116b35d (diff) | |
download | cpython-71a015ac1cf80e2f7af989f28e68c8f070964092.zip cpython-71a015ac1cf80e2f7af989f28e68c8f070964092.tar.gz cpython-71a015ac1cf80e2f7af989f28e68c8f070964092.tar.bz2 |
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
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 3a32436..2b760e4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -716,7 +716,7 @@ buildbottest: all platform -@if which pybuildbot.identify >/dev/null 2>&1; then \ pybuildbot.identify "CC='$(CC)'" "CXX='$(CXX)'"; \ fi - $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rw + $(TESTPYTHON) $(TESTPROG) $(TESTOPTS) -uall -rwW QUICKTESTOPTS= $(TESTOPTS) -x test_subprocess test_io test_lib2to3 \ test_multibytecodec test_urllib2_localnet test_itertools \ |