summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-03-30 23:34:22 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-03-30 23:34:22 (GMT)
commitbb14b370443660e522f239bfb401afcf32f556ff (patch)
tree74c548679957fd4562930008a4cfdb6fe70082e4 /Lib/test
parent024e37adccd9f0d879b014da28b02d04f0866f8c (diff)
downloadcpython-bb14b370443660e522f239bfb401afcf32f556ff.zip
cpython-bb14b370443660e522f239bfb401afcf32f556ff.tar.gz
cpython-bb14b370443660e522f239bfb401afcf32f556ff.tar.bz2
Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index a5a50c2..c3aff26 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -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: