summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-12-20 02:58:22 (GMT)
committerGuido van Rossum <guido@python.org>1996-12-20 02:58:22 (GMT)
commit531661c1aee6a6cbf95b6819d18224c2085cf12f (patch)
treed933ccd521f6bf7a8b34e12262eef19444e9cab1 /Lib/test/test_support.py
parente5a43a405d6117bb6fc783366cb21912f9e2fd56 (diff)
downloadcpython-531661c1aee6a6cbf95b6819d18224c2085cf12f.zip
cpython-531661c1aee6a6cbf95b6819d18224c2085cf12f.tar.gz
cpython-531661c1aee6a6cbf95b6819d18224c2085cf12f.tar.bz2
Add verbose flag for regression test to clear.
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 7a76664..7dc1940 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -2,6 +2,8 @@
TestFailed = 'test_support -- test failed' # Exception
+verbose = 1 # Flag set to 0 by regrtest.py
+
def unload(name):
import sys
try: