aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/python.test
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2022-05-19 14:47:04 -0700
committerMed Ismail Bennani <medismail.bennani@gmail.com>2022-05-19 14:47:04 -0700
commit027499a82434ea7a784b2e5a0227540f00fbc307 (patch)
tree86a763f0a113e98844c4866ccd8305872f8dbb8f /lldb/test/Shell/ScriptInterpreter/Python/python.test
parent35564fff67bbb94f84e10afd20a653dfc4b787ef (diff)
downloadllvm-027499a82434ea7a784b2e5a0227540f00fbc307.zip
llvm-027499a82434ea7a784b2e5a0227540f00fbc307.tar.gz
llvm-027499a82434ea7a784b2e5a0227540f00fbc307.tar.bz2
[lldb/test] Fix PExpect.launch issue when disabling color support
This patch should fix a bug in PExpect.launch that happened when color support is not enabled. In that case, we need to add the `--no-use-colors` flag to lldb's launch argument list. However, previously, each character to the string was appended separately to the `args` list. This patch solves that by adding the whole string to the list. This should fix the TestIOHandlerResize failure on GreenDragon. Differential Revision: https://reviews.llvm.org/D126021 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/python.test')
0 files changed, 0 insertions, 0 deletions