[Lldb-commits] [PATCH] D52139: [lldb-mi] Fix hanging of target-select-so-path.test
Alexander Polyakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 24 07:21:09 PDT 2018
apolyakov added a comment.
If so, we can try to run the script with python2.x. @teemperor can you try to modify `target-select-so-path.test` this way:
change `# RUN: python %p/inputs/target-select-so-path.py "%debugserver" "%lldbmi %t" %s` to
`# RUN: python2 %p/inputs/target-select-so-path.py "%debugserver" "%lldbmi %t" %s`
If this works for you on Arch, I'll update the revision.
https://reviews.llvm.org/D52139
More information about the lldb-commits
mailing list