Commit 9a47ed88 authored by Zachary Ware's avatar Zachary Ware

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

parent 3a7ffa74
...@@ -797,8 +797,6 @@ def main(tests=None, **kwargs): ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment