<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 26, 2017 at 1:07 PM, Zachary Turner <span dir="ltr"><<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Would it be more robust to interpret the shebang ourselves?  The current method relies on future script writers to know that it must end in .py.  We could interpret the shebang ourselves though and run Python if it's present <br></blockquote><div><br></div><div>It's slower, and I think there is too much variety in possibly valid python shebang lines. There are also no known implementations of googletest output in Python. The only reason we're doing this is to avoid a dependency on native gtest executables from lit's test suite.</div></div></div></div>