mirror of https://github.com/python/cpython
Add verbose flag for regression test to clear.
This commit is contained in:
parent
e5a43a405d
commit
531661c1ae
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue