[Lldb-commits] [lldb] r118438 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Mon Nov 8 12:17:04 PST 2010
Author: johnny
Date: Mon Nov 8 14:17:04 2010
New Revision: 118438
URL: http://llvm.org/viewvc/llvm-project?rev=118438&view=rev
Log:
Better wording of the help text for the '-f testclass.testmethod' option usage.
Modified:
lldb/trunk/test/dotest.py
Modified: lldb/trunk/test/dotest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dotest.py?rev=118438&r1=118437&r2=118438&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Nov 8 14:17:04 2010
@@ -104,7 +104,7 @@
(see also lldb-trunk/example/test/usage-config)
-d : delay startup for 10 seconds (in order for the debugger to attach)
-f : specify a filter, which consists of the test class name, a dot, followed by
- the test method, to admit tests into the test suite
+ the test method, to only admit such test into the test suite
e.g., -f 'ClassTypesTestCase.test_with_dwarf_and_python_api'
-g : if specified, the filterspec by -f is not exclusive, i.e., if a test module
does not match the filterspec (testclass.testmethod), the whole module is
More information about the lldb-commits
mailing list