diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-08-22 17:53:02 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-08-22 17:53:02 +0000 |
commit | e3fe26c5dd6f71eccbb9bfc80a61b2d5263e2dab (patch) | |
tree | 235b50a38e1e2f37de245729106be2b00bb0b36e | |
parent | 90631809cbaa51bea3fe240d04de8d7ced4ba38d (diff) | |
download | bcm5719-llvm-e3fe26c5dd6f71eccbb9bfc80a61b2d5263e2dab.tar.gz bcm5719-llvm-e3fe26c5dd6f71eccbb9bfc80a61b2d5263e2dab.zip |
Fix wrong directory pathname.
llvm-svn: 162372
-rwxr-xr-x | lldb/test/dotest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 4a2084c3201..542c9c10930 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -221,7 +221,7 @@ where options: -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 @@ def parseOptionsAndInitTestdirs(): # 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. |