Kaydet (Commit) 0a94cc78 authored tarafından Guido van Rossum's avatar Guido van Rossum

Set test_support.verbose to 0, to signal tests only to generate

portable output.
üst 531661c1
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment