Commit 10cbc927 authored by Stefan Behnel's avatar Stefan Behnel

Py3 test runner fix

parent 4c333a89
......@@ -1001,7 +1001,6 @@ class FileListExcluder:
f.close()
def __call__(self, testname, tags=None):
print testname
return testname in self.excludes or testname.split('.')[-1] in self.excludes
class TagsSelector:
......
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