]> granicus.if.org Git - python/commitdiff
Backport b80d141a044e
authorZachary Ware <zachary.ware@gmail.com>
Mon, 13 Jul 2015 19:27:29 +0000 (14:27 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 13 Jul 2015 19:27:29 +0000 (14:27 -0500)
Lib/test/regrtest.py

index 3a8ad91067e8dc1842071b8cb423d8ee6706f661..c590331806b31b8e358f3dd467976b33ae759f8b 100755 (executable)
@@ -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)