mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
A warning doesn't equate a failed test
(this broken -F with e.g. test_multiprocessing)
This commit is contained in:
parent
7cc1fb073d
commit
b897168eb6
1 changed files with 0 additions and 1 deletions
|
@ -515,7 +515,6 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
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