| commit | b897168eb66a55de025fbff0fd1dccae7497e6b9 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:32:26 2011 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 23 19:32:26 2011 +0200 |
| tree | eddc4267a3d57b3b4621608f0b83b3c58ea01907 | |
| parent | 7cc1fb073df5cd4d1c6790d14b8767d3690322cc [diff] |
A warning doesn't equate a failed test (this broken -F with e.g. test_multiprocessing)
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 077434b..d32fc8d 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -515,7 +515,6 @@ elif ok == FAILED: bad.append(test) elif ok == ENV_CHANGED: - bad.append(test) environment_changed.append(test) elif ok == SKIPPED: skipped.append(test)