From: Guido van Rossum Date: Fri, 20 Dec 1996 02:58:22 +0000 (+0000) Subject: Add verbose flag for regression test to clear. X-Git-Tag: v1.5a1~685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=531661c1aee6a6cbf95b6819d18224c2085cf12f;p=python Add verbose flag for regression test to clear. --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 7a766642b6..7dc1940e31 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: