mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
sys.stdout = save_stdout
|
||||||
except (ImportError, test_support.TestSkipped), msg:
|
except (ImportError, test_support.TestSkipped), msg:
|
||||||
if not quiet:
|
if not quiet:
|
||||||
print "test", test, "skipped --", msg
|
print test, "skipped --", msg
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
return -1
|
return -1
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue