mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
A warning doesn't equate a failed test
(this broken -F with e.g. test_multiprocessing)
This commit is contained in:
parent
a5c92b4714
commit
5bd8b8d80f
1 changed files with 0 additions and 1 deletions
|
|
@ -515,7 +515,6 @@ def accumulate_result(test, result):
|
|||
elif ok == FAILED:
|
||||
bad.append(test)
|
||||
elif ok == ENV_CHANGED:
|
||||
bad.append(test)
|
||||
environment_changed.append(test)
|
||||
elif ok == SKIPPED:
|
||||
skipped.append(test)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue