tatyana-krasnukha added a comment.

Forget that the test calls default python, not which was passed to cmake. So, 
it is enough to replace (3,0) pair with (3,2) to fix.



================
Comment at: lit/tools/lldb-mi/target/inputs/target-select-so-path.py:11
+kwargs = {}
+if sys.version_info >= (3,0):
+    kwargs['pass_fds'] = [w]
----------------
Here should be (3,2)


https://reviews.llvm.org/D52498



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to