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

portable output.
This commit is contained in:
Guido van Rossum 1996-12-20 03:03:01 +00:00
parent 531661c1ae
commit 0a94cc788e
1 changed files with 2 additions and 0 deletions

View File

@ -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)