Skip to content

Commit 0a94cc7

Browse files
committed
Set test_support.verbose to 0, to signal tests only to generate
portable output.
1 parent 531661c commit 0a94cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/autotest.py

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
import sys
4343
import getopt
4444
import traceback
45+
import test_support
46+
test_support.verbose = 0
4547
from test_support import *
4648

4749
# Exception raised when the test failed (not the same as in test_support)

0 commit comments

Comments
 (0)