comparison tests/test-install.t @ 47845:887838316d3c stable

pyoxidized: adapt output of test-install.t The python lib and template directories are in different location that requires a different patterns. Differential Revision: https://phab.mercurial-scm.org/D11297
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 18 Aug 2021 14:57:34 +0200
parents fa50f208de73
children af0b21d5a930
comparison
equal deleted inserted replaced
47844:fa50f208de73 47845:887838316d3c
3 checking encoding (ascii)... 3 checking encoding (ascii)...
4 checking Python executable (*) (glob) 4 checking Python executable (*) (glob)
5 checking Python implementation (*) (glob) 5 checking Python implementation (*) (glob)
6 checking Python version (2.*) (glob) (no-py3 !) 6 checking Python version (2.*) (glob) (no-py3 !)
7 checking Python version (3.*) (glob) (py3 !) 7 checking Python version (3.*) (glob) (py3 !)
8 checking Python lib (.*[Ll]ib.*)... (re) 8 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
9 checking Python security support (*) (glob) 9 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
10 TLS 1.2 not supported by Python install; network connections lack modern security (?) 10 checking Python security support (*) (glob)
11 SNI not supported by Python install; may have connectivity issues with some servers (?) 11 TLS 1.2 not supported by Python install; network connections lack modern security (?)
12 checking Rust extensions \((installed|missing)\) (re) 12 SNI not supported by Python install; may have connectivity issues with some servers (?)
13 checking Mercurial version (*) (glob) 13 checking Rust extensions \((installed|missing)\) (re)
14 checking Mercurial custom build (*) (glob) 14 checking Mercurial version (*) (glob)
15 checking module policy (*) (glob) 15 checking Mercurial custom build (*) (glob)
16 checking installed modules (*mercurial)... (glob) 16 checking module policy (*) (glob)
17 checking registered compression engines (*zlib*) (glob) 17 checking installed modules (*mercurial)... (glob)
18 checking available compression engines (*zlib*) (glob) 18 checking registered compression engines (*zlib*) (glob)
19 checking available compression engines for wire protocol (*zlib*) (glob) 19 checking available compression engines (*zlib*) (glob)
20 checking "re2" regexp engine \((available|missing)\) (re) 20 checking available compression engines for wire protocol (*zlib*) (glob)
21 checking templates (*mercurial?templates)... (glob) 21 checking "re2" regexp engine \((available|missing)\) (re)
22 checking default template (*mercurial?templates?map-cmdline.default) (glob) 22 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
23 checking templates (*app?templates)... (glob) (pyoxidizer !)
24 checking default template (*mercurial?templates?map-cmdline.default) (glob) (no-pyoxidizer !)
25 checking default template (*app?templates?map-cmdline.default) (glob) (pyoxidizer !)
23 checking commit editor... (*) (glob) 26 checking commit editor... (*) (glob)
24 checking username (test) 27 checking username (test)
25 no problems detected 28 no problems detected
26 29
27 hg debuginstall JSON 30 hg debuginstall JSON
29 [ 32 [
30 { 33 {
31 "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob) 34 "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
32 "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob) 35 "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
33 "compenginesserver": [*"zlib"*], (glob) 36 "compenginesserver": [*"zlib"*], (glob)
34 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob) 37 "defaulttemplate": "*mercurial?templates?map-cmdline.default", (glob) (no-pyoxidizer !)
38 "defaulttemplate": "*app?templates?map-cmdline.default", (glob) (pyoxidizer !)
35 "defaulttemplateerror": null, 39 "defaulttemplateerror": null,
36 "defaulttemplatenotfound": "default", 40 "defaulttemplatenotfound": "default",
37 "editor": "*", (glob) 41 "editor": "*", (glob)
38 "editornotfound": false, 42 "editornotfound": false,
39 "encoding": "ascii", 43 "encoding": "ascii",
48 "pythonimplementation": "*", (glob) 52 "pythonimplementation": "*", (glob)
49 "pythonlib": "*", (glob) 53 "pythonlib": "*", (glob)
50 "pythonsecurity": [*], (glob) 54 "pythonsecurity": [*], (glob)
51 "pythonver": "*.*.*", (glob) 55 "pythonver": "*.*.*", (glob)
52 "re2": (true|false), (re) 56 "re2": (true|false), (re)
53 "templatedirs": "*mercurial?templates", (glob) 57 "templatedirs": "*mercurial?templates", (glob) (no-pyoxidizer !)
58 "templatedirs": "*app?templates", (glob) (pyoxidizer !)
54 "username": "test", 59 "username": "test",
55 "usernameerror": null, 60 "usernameerror": null,
56 "vinotfound": false 61 "vinotfound": false
57 } 62 }
58 ] 63 ]
62 checking encoding (ascii)... 67 checking encoding (ascii)...
63 checking Python executable (*) (glob) 68 checking Python executable (*) (glob)
64 checking Python implementation (*) (glob) 69 checking Python implementation (*) (glob)
65 checking Python version (2.*) (glob) (no-py3 !) 70 checking Python version (2.*) (glob) (no-py3 !)
66 checking Python version (3.*) (glob) (py3 !) 71 checking Python version (3.*) (glob) (py3 !)
67 checking Python lib (.*[Ll]ib.*)... (re) 72 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
68 checking Python security support (*) (glob) 73 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
69 TLS 1.2 not supported by Python install; network connections lack modern security (?) 74 checking Python security support (*) (glob)
70 SNI not supported by Python install; may have connectivity issues with some servers (?) 75 TLS 1.2 not supported by Python install; network connections lack modern security (?)
71 checking Rust extensions \((installed|missing)\) (re) 76 SNI not supported by Python install; may have connectivity issues with some servers (?)
72 checking Mercurial version (*) (glob) 77 checking Rust extensions \((installed|missing)\) (re)
73 checking Mercurial custom build (*) (glob) 78 checking Mercurial version (*) (glob)
74 checking module policy (*) (glob) 79 checking Mercurial custom build (*) (glob)
75 checking installed modules (*mercurial)... (glob) 80 checking module policy (*) (glob)
76 checking registered compression engines (*zlib*) (glob) 81 checking installed modules (*mercurial)... (glob)
77 checking available compression engines (*zlib*) (glob) 82 checking registered compression engines (*zlib*) (glob)
78 checking available compression engines for wire protocol (*zlib*) (glob) 83 checking available compression engines (*zlib*) (glob)
79 checking "re2" regexp engine \((available|missing)\) (re) 84 checking available compression engines for wire protocol (*zlib*) (glob)
80 checking templates (*mercurial?templates)... (glob) 85 checking "re2" regexp engine \((available|missing)\) (re)
81 checking default template (*mercurial?templates?map-cmdline.default) (glob) 86 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
87 checking templates (*app?templates)... (glob) (pyoxidizer !)
88 checking default template (*mercurial?templates?map-cmdline.default) (glob) (no-pyoxidizer !)
89 checking default template (*app?templates?map-cmdline.default) (glob) (pyoxidizer !)
82 checking commit editor... (*) (glob) 90 checking commit editor... (*) (glob)
83 checking username... 91 checking username...
84 no username supplied 92 no username supplied
85 (specify a username in your configuration file) 93 (specify a username in your configuration file)
86 1 problems detected, please check your install! 94 1 problems detected, please check your install!
109 checking encoding (ascii)... 117 checking encoding (ascii)...
110 checking Python executable (*) (glob) 118 checking Python executable (*) (glob)
111 checking Python implementation (*) (glob) 119 checking Python implementation (*) (glob)
112 checking Python version (2.*) (glob) (no-py3 !) 120 checking Python version (2.*) (glob) (no-py3 !)
113 checking Python version (3.*) (glob) (py3 !) 121 checking Python version (3.*) (glob) (py3 !)
114 checking Python lib (.*[Ll]ib.*)... (re) 122 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
115 checking Python security support (*) (glob) 123 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
116 TLS 1.2 not supported by Python install; network connections lack modern security (?) 124 checking Python security support (*) (glob)
117 SNI not supported by Python install; may have connectivity issues with some servers (?) 125 TLS 1.2 not supported by Python install; network connections lack modern security (?)
118 checking Rust extensions \((installed|missing)\) (re) 126 SNI not supported by Python install; may have connectivity issues with some servers (?)
119 checking Mercurial version (*) (glob) 127 checking Rust extensions \((installed|missing)\) (re)
120 checking Mercurial custom build (*) (glob) 128 checking Mercurial version (*) (glob)
121 checking module policy (*) (glob) 129 checking Mercurial custom build (*) (glob)
122 checking installed modules (*mercurial)... (glob) 130 checking module policy (*) (glob)
123 checking registered compression engines (*zlib*) (glob) 131 checking installed modules (*mercurial)... (glob)
124 checking available compression engines (*zlib*) (glob) 132 checking registered compression engines (*zlib*) (glob)
125 checking available compression engines for wire protocol (*zlib*) (glob) 133 checking available compression engines (*zlib*) (glob)
126 checking "re2" regexp engine \((available|missing)\) (re) 134 checking available compression engines for wire protocol (*zlib*) (glob)
127 checking templates (*mercurial?templates)... (glob) 135 checking "re2" regexp engine \((available|missing)\) (re)
128 checking default template (*mercurial?templates?map-cmdline.default) (glob) 136 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
137 checking templates (*app?templates)... (glob) (pyoxidizer !)
138 checking default template (*mercurial?templates?map-cmdline.default) (glob) (no-pyoxidizer !)
139 checking default template (*app?templates?map-cmdline.default) (glob) (pyoxidizer !)
129 checking commit editor... ($TESTTMP/tools/testeditor.exe) 140 checking commit editor... ($TESTTMP/tools/testeditor.exe)
130 checking username (test) 141 checking username (test)
131 no problems detected 142 no problems detected
132 143
133 print out the binary post-shlexsplit in the error message when commit editor is 144 print out the binary post-shlexsplit in the error message when commit editor is
136 checking encoding (ascii)... 147 checking encoding (ascii)...
137 checking Python executable (*) (glob) 148 checking Python executable (*) (glob)
138 checking Python implementation (*) (glob) 149 checking Python implementation (*) (glob)
139 checking Python version (2.*) (glob) (no-py3 !) 150 checking Python version (2.*) (glob) (no-py3 !)
140 checking Python version (3.*) (glob) (py3 !) 151 checking Python version (3.*) (glob) (py3 !)
141 checking Python lib (.*[Ll]ib.*)... (re) 152 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !)
142 checking Python security support (*) (glob) 153 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
143 TLS 1.2 not supported by Python install; network connections lack modern security (?) 154 checking Python security support (*) (glob)
144 SNI not supported by Python install; may have connectivity issues with some servers (?) 155 TLS 1.2 not supported by Python install; network connections lack modern security (?)
145 checking Rust extensions \((installed|missing)\) (re) 156 SNI not supported by Python install; may have connectivity issues with some servers (?)
146 checking Mercurial version (*) (glob) 157 checking Rust extensions \((installed|missing)\) (re)
147 checking Mercurial custom build (*) (glob) 158 checking Mercurial version (*) (glob)
148 checking module policy (*) (glob) 159 checking Mercurial custom build (*) (glob)
149 checking installed modules (*mercurial)... (glob) 160 checking module policy (*) (glob)
150 checking registered compression engines (*zlib*) (glob) 161 checking installed modules (*mercurial)... (glob)
151 checking available compression engines (*zlib*) (glob) 162 checking registered compression engines (*zlib*) (glob)
152 checking available compression engines for wire protocol (*zlib*) (glob) 163 checking available compression engines (*zlib*) (glob)
153 checking "re2" regexp engine \((available|missing)\) (re) 164 checking available compression engines for wire protocol (*zlib*) (glob)
154 checking templates (*mercurial?templates)... (glob) 165 checking "re2" regexp engine \((available|missing)\) (re)
155 checking default template (*mercurial?templates?map-cmdline.default) (glob) 166 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
167 checking templates (*app?templates)... (glob) (pyoxidizer !)
168 checking default template (*mercurial?templates?map-cmdline.default) (glob) (no-pyoxidizer !)
169 checking default template (*app?templates?map-cmdline.default) (glob) (pyoxidizer !)
156 checking commit editor... (c:\foo\bar\baz.exe) (windows !) 170 checking commit editor... (c:\foo\bar\baz.exe) (windows !)
157 Can't find editor 'c:\foo\bar\baz.exe' in PATH (windows !) 171 Can't find editor 'c:\foo\bar\baz.exe' in PATH (windows !)
158 checking commit editor... (c:foobarbaz.exe) (no-windows !) 172 checking commit editor... (c:foobarbaz.exe) (no-windows !)
159 Can't find editor 'c:foobarbaz.exe' in PATH (no-windows !) 173 Can't find editor 'c:foobarbaz.exe' in PATH (no-windows !)
160 (specify a commit editor in your configuration file) 174 (specify a commit editor in your configuration file)