[Lldb-commits] [lldb] r162372 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Wed Aug 22 10:53:02 PDT 2012
Author: johnny
Date: Wed Aug 22 12:53:02 2012
New Revision: 162372
URL: http://llvm.org/viewvc/llvm-project?rev=162372&view=rev
Log:
Fix wrong directory pathname.
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=162372&r1=162371&r2=162372&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Wed Aug 22 12:53:02 2012
@@ -221,7 +221,7 @@
-c : read a config file specified after this option
the architectures and compilers (note the plurals) specified via '-A' and '-C'
will override those specified via a config file
- (see also lldb-trunk/example/test/usage-config)
+ (see also lldb-trunk/examples/test/usage-config)
-d : delay startup for 10 seconds (in order for the debugger to attach)
-e : specify the full path of an executable used for benchmark purpose;
see also '-x', which provides the breakpoint sepcification
@@ -678,7 +678,7 @@
# which will reassign the two file objects to sys.stderr and sys.stdout,
# respectively.
#
- # See also lldb-trunk/example/test/usage-config.
+ # See also lldb-trunk/examples/test/usage-config.
global config, pre_flight, post_flight
if configFile:
# Pass config (a dictionary) as the locals namespace for side-effect.
More information about the lldb-commits
mailing list