commit | 79d0e724e3a0bc78ea7fe34fb77a075841d67fc5 | [log] [tgz] |
---|---|---|
author | Zachary Ware <zachary.ware@gmail.com> | Mon Jul 13 14:27:29 2015 -0500 |
committer | Zachary Ware <zachary.ware@gmail.com> | Mon Jul 13 14:27:29 2015 -0500 |
tree | 71cc9a8b828561f8cd0f8729e81ebdf65f88747f | |
parent | be8c6ae56e1e80d2e0525aa413ba33d03f958117 [diff] |
Backport b80d141a044e
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 3a8ad91..c590331 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -459,7 +459,6 @@ elif ok == FAILED: bad.append(test) elif ok == ENV_CHANGED: - bad.append(test) environment_changed.append(test) elif ok == SKIPPED: skipped.append(test)