Kaydet (Commit) de4742b8 authored tarafından Fred Drake's avatar Fred Drake

Remove spurious cruft from the output.

üst 330f72c6
......@@ -369,7 +369,7 @@ def runtest(test, generate, verbose, quiet, testdir = None):
sys.stdout = save_stdout
except (ImportError, test_support.TestSkipped), msg:
if not quiet:
print "test", test, "skipped --", msg
print test, "skipped --", msg
sys.stdout.flush()
return -1
except KeyboardInterrupt:
......
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