<p dir="ltr"><br>
On Mar 16, 2016 5:09 PM, "Danek Duvall" <<a href="mailto:danek.duvall@oracle.com">danek.duvall@oracle.com</a>> wrote:<br>
><br>
> Augie Fackler wrote:<br>
><br>
> > On Tue, Mar 15, 2016 at 03:54:30PM -0700, <a href="mailto:danek.duvall@oracle.com">danek.duvall@oracle.com</a> wrote:<br>
> > > # HG changeset patch<br>
> > > # User Danek Duvall <<a href="mailto:danek.duvall@oracle.com">danek.duvall@oracle.com</a>><br>
> > > # Date 1458082257 25200<br>
> > > #      Tue Mar 15 15:50:57 2016 -0700<br>
> > > # Node ID c54f92f246b1d0d353d9327afa8664d0275d30ec<br>
> > > # Parent  99c113c701ef57c5b3165f35071bbb5517372683<br>
> > > tests: python executable path should always be globbed<br>
> > ><br>
> > > Although this is coming in under the guise of consistency, part of the<br>
> > > desire for this is that at least as part of the official Solaris builds,<br>
> > > we build with a versioned python interpreter, such as "python2.7", which<br>
> > > doesn't match "*python".<br>
> > ><br>
> > > diff --git a/tests/test-install.t b/tests/test-install.t<br>
> > > --- a/tests/test-install.t<br>
> > > +++ b/tests/test-install.t<br>
> > > @@ -25,7 +25,7 @@ hg debuginstall JSON<br>
> > >      "extensionserror": null,<br>
> > >      "hgmodules": "*mercurial", (glob)<br>
> > >      "problems": 0,<br>
> > > -    "pythonexe": "*python", (glob)<br>
> > > +    "pythonexe": "*", (glob)<br>
> ><br>
> > This weirds me out just a little. Can I interest you in *py*? That<br>
> > would still match (say) python, python2.7, and pypy, but would at<br>
> > least fail to match ruby. Thoughts?<br>
><br>
> Sure, that'd be fine with me, but then we probably ought to change all of<br>
> them, right?  I just went for the smallest change here.</p>
<p dir="ltr">I'm convinced by Sean's message. I'll queue this once I'm able. Thanks!<br></p>
<p dir="ltr">><br>
> Danek<br>
</p>