Remove spurious cruft from the output.

This commit is contained in:
Fred Drake 2002-10-17 20:36:08 +00:00
parent 330f72c6df
commit de4742b87f
1 changed files with 1 additions and 1 deletions

View File

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