Mercurial > hg
changeset 28544:4d93d73b8aec
tests: python executable path should always be globbed
Although this is coming in under the guise of consistency, part of the
desire for this is that at least as part of the official Solaris builds,
we build with a versioned python interpreter, such as "python2.7", which
doesn't match "*python".
author | Danek Duvall <danek.duvall@oracle.com> |
---|---|
date | Tue, 15 Mar 2016 15:50:57 -0700 |
parents | f7874de435c5 |
children | 1d461ee26e1b |
files | tests/test-install.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-install.t Mon Mar 14 15:01:27 2016 +0000 +++ b/tests/test-install.t Tue Mar 15 15:50:57 2016 -0700 @@ -25,7 +25,7 @@ "extensionserror": null, "hgmodules": "*mercurial", (glob) "problems": 0, - "pythonexe": "*python", (glob) + "pythonexe": "*", (glob) "pythonlib": "*python*", (glob) "pythonver": "*.*.*", (glob) "templatedirs": "*mercurial?templates", (glob)