##// END OF EJS Templates
pyoxidized: adapt output of test-install.t...
marmoute -
r48653:88783831 stable
parent child Browse files
Show More
@@ -5,7 +5,8 b' hg debuginstall'
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 lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
9 checking Python security support (*) (glob)
10 checking Python security support (*) (glob)
10 TLS 1.2 not supported by Python install; network connections lack modern security (?)
11 TLS 1.2 not supported by Python install; network connections lack modern security (?)
11 SNI not supported by Python install; may have connectivity issues with some servers (?)
12 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -18,8 +19,10 b' hg debuginstall'
18 checking available compression engines (*zlib*) (glob)
19 checking available compression engines (*zlib*) (glob)
19 checking available compression engines for wire protocol (*zlib*) (glob)
20 checking available compression engines for wire protocol (*zlib*) (glob)
20 checking "re2" regexp engine \((available|missing)\) (re)
21 checking "re2" regexp engine \((available|missing)\) (re)
21 checking templates (*mercurial?templates)... (glob)
22 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
22 checking default template (*mercurial?templates?map-cmdline.default) (glob)
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
@@ -31,7 +34,8 b' hg debuginstall JSON'
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)
@@ -50,7 +54,8 b' hg debuginstall JSON'
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
@@ -64,7 +69,8 b' hg debuginstall with no username'
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 !)
73 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
68 checking Python security support (*) (glob)
74 checking Python security support (*) (glob)
69 TLS 1.2 not supported by Python install; network connections lack modern security (?)
75 TLS 1.2 not supported by Python install; network connections lack modern security (?)
70 SNI not supported by Python install; may have connectivity issues with some servers (?)
76 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -77,8 +83,10 b' hg debuginstall with no username'
77 checking available compression engines (*zlib*) (glob)
83 checking available compression engines (*zlib*) (glob)
78 checking available compression engines for wire protocol (*zlib*) (glob)
84 checking available compression engines for wire protocol (*zlib*) (glob)
79 checking "re2" regexp engine \((available|missing)\) (re)
85 checking "re2" regexp engine \((available|missing)\) (re)
80 checking templates (*mercurial?templates)... (glob)
86 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
81 checking default template (*mercurial?templates?map-cmdline.default) (glob)
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
@@ -111,7 +119,8 b' path variables are expanded (~ is the sa'
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 !)
123 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
115 checking Python security support (*) (glob)
124 checking Python security support (*) (glob)
116 TLS 1.2 not supported by Python install; network connections lack modern security (?)
125 TLS 1.2 not supported by Python install; network connections lack modern security (?)
117 SNI not supported by Python install; may have connectivity issues with some servers (?)
126 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -124,8 +133,10 b' path variables are expanded (~ is the sa'
124 checking available compression engines (*zlib*) (glob)
133 checking available compression engines (*zlib*) (glob)
125 checking available compression engines for wire protocol (*zlib*) (glob)
134 checking available compression engines for wire protocol (*zlib*) (glob)
126 checking "re2" regexp engine \((available|missing)\) (re)
135 checking "re2" regexp engine \((available|missing)\) (re)
127 checking templates (*mercurial?templates)... (glob)
136 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
128 checking default template (*mercurial?templates?map-cmdline.default) (glob)
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
@@ -138,7 +149,8 b' not found (this is intentionally using b'
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 !)
153 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !)
142 checking Python security support (*) (glob)
154 checking Python security support (*) (glob)
143 TLS 1.2 not supported by Python install; network connections lack modern security (?)
155 TLS 1.2 not supported by Python install; network connections lack modern security (?)
144 SNI not supported by Python install; may have connectivity issues with some servers (?)
156 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -151,8 +163,10 b' not found (this is intentionally using b'
151 checking available compression engines (*zlib*) (glob)
163 checking available compression engines (*zlib*) (glob)
152 checking available compression engines for wire protocol (*zlib*) (glob)
164 checking available compression engines for wire protocol (*zlib*) (glob)
153 checking "re2" regexp engine \((available|missing)\) (re)
165 checking "re2" regexp engine \((available|missing)\) (re)
154 checking templates (*mercurial?templates)... (glob)
166 checking templates (*mercurial?templates)... (glob) (no-pyoxidizer !)
155 checking default template (*mercurial?templates?map-cmdline.default) (glob)
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 !)
General Comments 0
You need to be logged in to leave comments. Login now