Add verbose flag for regression test to clear.

This commit is contained in:
Guido van Rossum 1996-12-20 02:58:22 +00:00
parent e5a43a405d
commit 531661c1ae
1 changed files with 2 additions and 0 deletions

View File

@ -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: