[Lldb-commits] [lldb] r124517 - /lldb/trunk/test/dotest.py
Johnny Chen
johnny.chen at apple.com
Fri Jan 28 17:21:04 PST 2011
Author: johnny
Date: Fri Jan 28 19:21:04 2011
New Revision: 124517
URL: http://llvm.org/viewvc/llvm-project?rev=124517&view=rev
Log:
Added comment.
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=124517&r1=124516&r2=124517&view=diff
==============================================================================
--- lldb/trunk/test/dotest.py (original)
+++ lldb/trunk/test/dotest.py Fri Jan 28 19:21:04 2011
@@ -72,7 +72,7 @@
# Delay startup in order for the debugger to attach.
delay = False
-# Dump the Python sys.path variable.
+# Dump the Python sys.path variable. Use '-D' to dump sys.path.
dumpSysPath = False
# By default, failfast is False. Use '-F' to overwrite it.
More information about the lldb-commits
mailing list