diff options
author | Georg Brandl <georg@python.org> | 2009-10-27 21:02:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-27 21:02:11 (GMT) |
commit | 96f7897dd298c8d7672d7cf8d428cbf417472d77 (patch) | |
tree | 2c188e1d449f764829cc63e4ef3bee0628ddc927 /Makefile.pre.in | |
parent | 1568732d73718bffc9da49fa674234c2327b2e87 (diff) | |
download | cpython-96f7897dd298c8d7672d7cf8d428cbf417472d77.zip cpython-96f7897dd298c8d7672d7cf8d428cbf417472d77.tar.gz cpython-96f7897dd298c8d7672d7cf8d428cbf417472d77.tar.bz2 |
Merged revisions 75866-75867 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75866 | georg.brandl | 2009-10-27 21:52:02 +0100 (Di, 27 Okt 2009) | 1 line
Add a regrtest option to re-run in verbose mode immediately after a test fails, and use that option on the buildbots.
........
r75867 | georg.brandl | 2009-10-27 21:55:44 +0100 (Di, 27 Okt 2009) | 1 line
Reformat the regrtest command-line option help and group the options into sections.
........
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 ba3aa2e..b70b19f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -735,7 +735,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 \ |