##// 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 hg debuginstall
5 5 checking Python implementation (*) (glob)
6 6 checking Python version (2.*) (glob) (no-py3 !)
7 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 10 checking Python security support (*) (glob)
10 11 TLS 1.2 not supported by Python install; network connections lack modern security (?)
11 12 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -18,8 +19,10 hg debuginstall
18 19 checking available compression engines (*zlib*) (glob)
19 20 checking available compression engines for wire protocol (*zlib*) (glob)
20 21 checking "re2" regexp engine \((available|missing)\) (re)
21 checking templates (*mercurial?templates)... (glob)
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 26 checking commit editor... (*) (glob)
24 27 checking username (test)
25 28 no problems detected
@@ -31,7 +34,8 hg debuginstall JSON
31 34 "compengines": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
32 35 "compenginesavail": ["bz2", "bz2truncated", "none", "zlib"*], (glob)
33 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 39 "defaulttemplateerror": null,
36 40 "defaulttemplatenotfound": "default",
37 41 "editor": "*", (glob)
@@ -50,7 +54,8 hg debuginstall JSON
50 54 "pythonsecurity": [*], (glob)
51 55 "pythonver": "*.*.*", (glob)
52 56 "re2": (true|false), (re)
53 "templatedirs": "*mercurial?templates", (glob)
57 "templatedirs": "*mercurial?templates", (glob) (no-pyoxidizer !)
58 "templatedirs": "*app?templates", (glob) (pyoxidizer !)
54 59 "username": "test",
55 60 "usernameerror": null,
56 61 "vinotfound": false
@@ -64,7 +69,8 hg debuginstall with no username
64 69 checking Python implementation (*) (glob)
65 70 checking Python version (2.*) (glob) (no-py3 !)
66 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 74 checking Python security support (*) (glob)
69 75 TLS 1.2 not supported by Python install; network connections lack modern security (?)
70 76 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -77,8 +83,10 hg debuginstall with no username
77 83 checking available compression engines (*zlib*) (glob)
78 84 checking available compression engines for wire protocol (*zlib*) (glob)
79 85 checking "re2" regexp engine \((available|missing)\) (re)
80 checking templates (*mercurial?templates)... (glob)
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 90 checking commit editor... (*) (glob)
83 91 checking username...
84 92 no username supplied
@@ -111,7 +119,8 path variables are expanded (~ is the sa
111 119 checking Python implementation (*) (glob)
112 120 checking Python version (2.*) (glob) (no-py3 !)
113 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 124 checking Python security support (*) (glob)
116 125 TLS 1.2 not supported by Python install; network connections lack modern security (?)
117 126 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -124,8 +133,10 path variables are expanded (~ is the sa
124 133 checking available compression engines (*zlib*) (glob)
125 134 checking available compression engines for wire protocol (*zlib*) (glob)
126 135 checking "re2" regexp engine \((available|missing)\) (re)
127 checking templates (*mercurial?templates)... (glob)
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 140 checking commit editor... ($TESTTMP/tools/testeditor.exe)
130 141 checking username (test)
131 142 no problems detected
@@ -138,7 +149,8 not found (this is intentionally using b
138 149 checking Python implementation (*) (glob)
139 150 checking Python version (2.*) (glob) (no-py3 !)
140 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 154 checking Python security support (*) (glob)
143 155 TLS 1.2 not supported by Python install; network connections lack modern security (?)
144 156 SNI not supported by Python install; may have connectivity issues with some servers (?)
@@ -151,8 +163,10 not found (this is intentionally using b
151 163 checking available compression engines (*zlib*) (glob)
152 164 checking available compression engines for wire protocol (*zlib*) (glob)
153 165 checking "re2" regexp engine \((available|missing)\) (re)
154 checking templates (*mercurial?templates)... (glob)
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 170 checking commit editor... (c:\foo\bar\baz.exe) (windows !)
157 171 Can't find editor 'c:\foo\bar\baz.exe' in PATH (windows !)
158 172 checking commit editor... (c:foobarbaz.exe) (no-windows !)
General Comments 0
You need to be logged in to leave comments. Login now