summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: