summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2011-07-27 17:21:45 (GMT)
committerEli Bendersky <eliben@gmail.com>2011-07-27 17:21:45 (GMT)
commitd18a047d585ee64757f7982bf80af3e739a7e8f9 (patch)
tree44c38ffa787ebcfb2d46b0e0ea15de501ab07171 /Lib/test/regrtest.py
parentfcdaaa9011be28d4653dadc92df4a94b2f669711 (diff)
downloadcpython-d18a047d585ee64757f7982bf80af3e739a7e8f9.zip
cpython-d18a047d585ee64757f7982bf80af3e739a7e8f9.tar.gz
cpython-d18a047d585ee64757f7982bf80af3e739a7e8f9.tar.bz2
Issue #11049: added test_support to regrtest.STDTESTS list
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index c3d2fcb..9bb4307 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -800,6 +800,7 @@ STDTESTS = [
'test_unittest',
'test_doctest',
'test_doctest2',
+ 'test_support'
]
# set of tests that we don't want to be executed when using regrtest