A warning doesn't equate a failed test

(this broken -F with e.g. test_multiprocessing)
This commit is contained in:
Antoine Pitrou 2011-08-23 19:32:26 +02:00
parent 7cc1fb073d
commit b897168eb6

View file

@ -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)