cpython: Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)

http://hg.python.org/cpython/rev/df240014e72f changeset: 69071:df240014e72f user: Victor Stinner <victor.stinner@haypocalc.com> date: Thu Mar 31 01:34:22 2011 +0200 summary: Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine) files: Lib/test/regrtest.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -491,7 +491,6 @@ next_single_test = alltests[alltests.index(selected[0])+1] except IndexError: next_single_test = None - selected = ['test_faulthandler'] # Remove all the tests that precede start if it's set. if start: try: -- Repository URL: http://hg.python.org/cpython
participants (1)
-
victor.stinner