mirror of https://github.com/python/cpython
Set test_support.verbose to 0, to signal tests only to generate
portable output.
This commit is contained in:
parent
531661c1ae
commit
0a94cc788e
|
@ -42,6 +42,8 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import getopt
|
import getopt
|
||||||
import traceback
|
import traceback
|
||||||
|
import test_support
|
||||||
|
test_support.verbose = 0
|
||||||
from test_support import *
|
from test_support import *
|
||||||
|
|
||||||
# Exception raised when the test failed (not the same as in test_support)
|
# Exception raised when the test failed (not the same as in test_support)
|
||||||
|
|
Loading…
Reference in New Issue