Update a comment according to r255360 "Remove -r and -R options from dotest.py"

llvm-svn: 349208
This commit is contained in:
Tatyana Krasnukha 2018-12-14 23:02:41 +00:00
parent 560ff35592
commit 0127883373
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ from lldbsuite.support import encoded_file
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[