mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Merge 3.4
This commit is contained in:
commit
83ee5a315f
@ -796,10 +796,8 @@ def main(tests=None, **kwargs):
|
||||
for time, test in test_times[:10]:
|
||||
print("%s: %.1fs" % (test, time))
|
||||
if bad:
|
||||
bad = sorted(set(bad) - set(environment_changed))
|
||||
if bad:
|
||||
print(count(len(bad), "test"), "failed:")
|
||||
printlist(bad)
|
||||
print(count(len(bad), "test"), "failed:")
|
||||
printlist(bad)
|
||||
if environment_changed:
|
||||
print("{} altered the execution environment:".format(
|
||||
count(len(environment_changed), "test")))
|
||||
|
Loading…
Reference in New Issue
Block a user