mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Set test_support.verbose to 0, to signal tests only to generate
portable output.
This commit is contained in:
parent
531661c1ae
commit
0a94cc788e
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ import os
|
|||
import sys
|
||||
import getopt
|
||||
import traceback
|
||||
import test_support
|
||||
test_support.verbose = 0
|
||||
from test_support import *
|
||||
|
||||
# Exception raised when the test failed (not the same as in test_support)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue