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
|
TestFailed = 'test_support -- test failed' # Exception
|
||||||
|
|
||||||
|
verbose = 1 # Flag set to 0 by regrtest.py
|
||||||
|
|
||||||
def unload(name):
|
def unload(name):
|
||||||
import sys
|
import sys
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue