summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorConnie Zhu <60797237+connieyzhu@users.noreply.github.com>2024-08-20 11:54:17 -0700
committerGitHub <noreply@github.com>2024-08-20 11:54:17 -0700
commit6558e04f02858bff61c01c9ec0900849fc8532f5 (patch)
tree5fcd9613e7f134e064e76545ad0913ccf4f7dbc4 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent349d76d490fe0e32995f7381c91c17f38541f691 (diff)
[lldb][test] Change unsupported cat -e to cat -v to work with lit internal shell (#104878)
This patch changes the test that uses the `cat -e` option to `cat -v` so that the test can be run using lit's internal shell. For `cat`, the `-v` option prints non-printing characters in ^ and M- notation, while the `-e` option adds `$` to the end of lines in addition to printing non-printing characters in ^ and M- notation. This is an alternative patch to https://github.com/llvm/llvm-project/pull/102061, opting to rewrite the test that uses `cat -e` instead of extending support to the `-e` option. Fixes https://github.com/llvm/llvm-project/issues/102377
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions