diff options
| author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-31 01:34:22 +0200 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-03-31 01:34:22 +0200 |
| commit | bb14b370443660e522f239bfb401afcf32f556ff (patch) | |
| tree | 74c548679957fd4562930008a4cfdb6fe70082e4 | |
| parent | 024e37adccd9f0d879b014da28b02d04f0866f8c (diff) | |
| download | cpython-git-bb14b370443660e522f239bfb401afcf32f556ff.tar.gz | |
Issue #11393: reenable all tests in regrtest.py (wooops, sorry Antoine)
| -rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index a5a50c2d9d..c3aff26bca 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: |
