[Lldb-commits] [lldb] r116206 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Mon Oct 11 09:19:48 PDT 2010
Author: johnny
Date: Mon Oct 11 11:19:48 2010
New Revision: 116206
URL: http://llvm.org/viewvc/llvm-project?rev=116206&view=rev
Log:
Help text modification.
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=116206&r1=116205&r2=116206&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Mon Oct 11 11:19:48 2010
@@ -87,7 +87,8 @@
-c : read a config file specified after this option
(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 to admit tests into the test suite
+-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
e.g., -f 'ClassTypesTestCase.test_with_dwarf_and_python_api'
-g : if specified, only the modules with the corect filter will be run
it has no effect if no '-f' option is present
More information about the lldb-commits
mailing list