Commit bb14b370 authored by Victor Stinner's avatar Victor Stinner

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

parent 024e37ad
......@@ -491,7 +491,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment