[Python-checkins] cpython (2.7): Backport b80d141a044e

zach.ware python-checkins at python.org
Mon Jul 13 21:27:45 CEST 2015


https://hg.python.org/cpython/rev/f93149f31ace
changeset:   96905:f93149f31ace
branch:      2.7
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Jul 13 14:27:29 2015 -0500
summary:
  Backport b80d141a044e

files:
  Lib/test/regrtest.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- 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)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list