[Lldb-commits] [lldb] r349208 - Update a comment according to r255360 "Remove -r and -R options from dotest.py"

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 14 15:02:41 PST 2018


Author: tkrasnukha
Date: Fri Dec 14 15:02:41 2018
New Revision: 349208

URL: http://llvm.org/viewvc/llvm-project?rev=349208&view=rev
Log:
Update a comment according to r255360 "Remove -r and -R options from dotest.py"

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py?rev=349208&r1=349207&r2=349208&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lldbtest.py Fri Dec 14 15:02:41 2018
@@ -72,8 +72,7 @@ from lldbsuite.support import encoded_fi
 from lldbsuite.support import funcutils
 
 # See also dotest.parseOptionsAndInitTestdirs(), where the environment variables
-# LLDB_COMMAND_TRACE and LLDB_DO_CLEANUP are set from '-t' and '-r dir'
-# options.
+# LLDB_COMMAND_TRACE is set from '-t' option.
 
 # By default, traceAlways is False.
 if "LLDB_COMMAND_TRACE" in os.environ and os.environ[




More information about the lldb-commits mailing list