Re: [Lldb-commits] [lldb] r354105 - Use sys.executable in lldb-dotest

2019-02-18 Thread Jonas Devlieghere via lldb-commits
Great! On Thu, Feb 14, 2019 at 11:40 PM Pavel Labath via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: labath > Date: Thu Feb 14 23:41:17 2019 > New Revision: 354105 > > URL: http://llvm.org/viewvc/llvm-project?rev=354105&view=rev > Log: > Use sys.executable in lldb-dotest > > With

[Lldb-commits] [lldb] r354105 - Use sys.executable in lldb-dotest

2019-02-14 Thread Pavel Labath via lldb-commits
Author: labath Date: Thu Feb 14 23:41:17 2019 New Revision: 354105 URL: http://llvm.org/viewvc/llvm-project?rev=354105&view=rev Log: Use sys.executable in lldb-dotest Without that, dotest.py would be executed with the default python interpreter, which may not be the same one that lldb is built wi