regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore

This commit is contained in:
Zachary Ware 2015-08-08 22:03:27 -05:00
parent 3a7ffa7474
commit 9a47ed8839

View file

@ -797,8 +797,6 @@ def main(tests=None, **kwargs):
print("10 slowest tests:") print("10 slowest tests:")
for time, test in test_times[:10]: for time, test in test_times[:10]:
print("%s: %.1fs" % (test, time)) print("%s: %.1fs" % (test, time))
if bad:
bad = sorted(set(bad) - set(environment_changed))
if bad: if bad:
print(count(len(bad), "test"), "failed:") print(count(len(bad), "test"), "failed:")
printlist(bad) printlist(bad)