]> granicus.if.org Git - python/commitdiff
Set test_support.verbose to 0, to signal tests only to generate
authorGuido van Rossum <guido@python.org>
Fri, 20 Dec 1996 03:03:01 +0000 (03:03 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Dec 1996 03:03:01 +0000 (03:03 +0000)
portable output.

Lib/test/autotest.py

index 67910344ceb595914bb54497c8e0a4cc050f34c6..94ae9c11377f3a1710469954b878469574eae92c 100644 (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)