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

This commit is contained in:
Victor Stinner 2011-03-31 01:34:22 +02:00
parent 024e37adcc
commit bb14b37044
1 changed files with 0 additions and 1 deletions

View File

@ -491,7 +491,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
next_single_test = alltests[alltests.index(selected[0])+1] next_single_test = alltests[alltests.index(selected[0])+1]
except IndexError: except IndexError:
next_single_test = None next_single_test = None
selected = ['test_faulthandler']
# Remove all the tests that precede start if it's set. # Remove all the tests that precede start if it's set.
if start: if start:
try: try: