[all-commits] [llvm/llvm-project] d329df: [lldb] Use the build's python interpreter in the s...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jan 31 16:53:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d329dfd0c8576f022ce851a41d9555884b876390
      https://github.com/llvm/llvm-project/commit/d329dfd0c8576f022ce851a41d9555884b876390
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-01-31 (Mon, 31 Jan 2022)

  Changed paths:
    M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
    M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/no_threadState.test
    M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test

  Log Message:
  -----------
  [lldb] Use the build's python interpreter in the shell tests

Make sure that the shell tests use the same python interpreter as the
rest of the build instead of picking up `python` from the PATH.

It would be nice if we could use the _disallow helper, but that triggers
on invocations that specify python as the scripting language.




More information about the All-commits mailing list