zturner added inline comments. ================ Comment at: test/dosep.py:215 @@ +214,3 @@ + # Only interested in test files with the "Test*.py" naming pattern. + return name.startswith("Test") and name.endswith(".py") + ---------------- How was this working before? Seems risky to start eliminating files that were previously considered, and is this rule documented anywhere that the filename must start with Test?
http://reviews.llvm.org/D11843 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits