mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove spurious cruft from the output.
This commit is contained in:
parent
330f72c6df
commit
de4742b87f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue