1 parent 2c4628c commit 8f7b62eCopy full SHA for 8f7b62e
1 file changed
Lib/test/regrtest.py
@@ -515,7 +515,6 @@ def accumulate_result(test, result):
515
elif ok == FAILED:
516
bad.append(test)
517
elif ok == ENV_CHANGED:
518
- bad.append(test)
519
environment_changed.append(test)
520
elif ok == SKIPPED:
521
skipped.append(test)
0 commit comments