From: Zachary Ware Date: Mon, 13 Jul 2015 19:27:29 +0000 (-0500) Subject: Backport b80d141a044e X-Git-Tag: v2.7.11rc1~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d0e724e3a0bc78ea7fe34fb77a075841d67fc5;p=thirdparty%2FPython%2Fcpython.git Backport b80d141a044e --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 3a8ad91067e8..c590331806b3 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -459,7 +459,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)