[Lldb-commits] [PATCH] D11843: Make dosep output status by overwriting the same line.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 12 10:53:52 PDT 2015
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
More information about the lldb-commits
mailing list