Mercurial > hg
comparison tests/test-install.t @ 48874:af0b21d5a930
tests: remove output conditionalized on no-py3
I simply did a search for `^.* \(no-py3 !\)\n` and removed all
matched lines. There are still some references to no-py3. But these
were the simpler ones to match against.
Differential Revision: https://phab.mercurial-scm.org/D12253
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 20 Feb 2022 15:18:15 -0700 |
parents | 887838316d3c |
children | 976648e20856 4836705ab9ba |
comparison
equal
deleted
inserted
replaced
48873:5aafc3c5bdec | 48874:af0b21d5a930 |
---|---|
1 hg debuginstall | 1 hg debuginstall |
2 $ hg debuginstall | 2 $ hg debuginstall |
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 !) | |
7 checking Python version (3.*) (glob) (py3 !) | 6 checking Python version (3.*) (glob) (py3 !) |
8 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) | 7 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) |
9 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) | 8 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) |
10 checking Python security support (*) (glob) | 9 checking Python security support (*) (glob) |
11 TLS 1.2 not supported by Python install; network connections lack modern security (?) | 10 TLS 1.2 not supported by Python install; network connections lack modern security (?) |
65 hg debuginstall with no username | 64 hg debuginstall with no username |
66 $ HGUSER= hg debuginstall | 65 $ HGUSER= hg debuginstall |
67 checking encoding (ascii)... | 66 checking encoding (ascii)... |
68 checking Python executable (*) (glob) | 67 checking Python executable (*) (glob) |
69 checking Python implementation (*) (glob) | 68 checking Python implementation (*) (glob) |
70 checking Python version (2.*) (glob) (no-py3 !) | |
71 checking Python version (3.*) (glob) (py3 !) | 69 checking Python version (3.*) (glob) (py3 !) |
72 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) | 70 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) |
73 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) | 71 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) |
74 checking Python security support (*) (glob) | 72 checking Python security support (*) (glob) |
75 TLS 1.2 not supported by Python install; network connections lack modern security (?) | 73 TLS 1.2 not supported by Python install; network connections lack modern security (?) |
115 #endif | 113 #endif |
116 $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall | 114 $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall |
117 checking encoding (ascii)... | 115 checking encoding (ascii)... |
118 checking Python executable (*) (glob) | 116 checking Python executable (*) (glob) |
119 checking Python implementation (*) (glob) | 117 checking Python implementation (*) (glob) |
120 checking Python version (2.*) (glob) (no-py3 !) | |
121 checking Python version (3.*) (glob) (py3 !) | 118 checking Python version (3.*) (glob) (py3 !) |
122 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) | 119 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) |
123 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) | 120 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) |
124 checking Python security support (*) (glob) | 121 checking Python security support (*) (glob) |
125 TLS 1.2 not supported by Python install; network connections lack modern security (?) | 122 TLS 1.2 not supported by Python install; network connections lack modern security (?) |
145 not found (this is intentionally using backslashes to mimic a windows usecase). | 142 not found (this is intentionally using backslashes to mimic a windows usecase). |
146 $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall | 143 $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall |
147 checking encoding (ascii)... | 144 checking encoding (ascii)... |
148 checking Python executable (*) (glob) | 145 checking Python executable (*) (glob) |
149 checking Python implementation (*) (glob) | 146 checking Python implementation (*) (glob) |
150 checking Python version (2.*) (glob) (no-py3 !) | |
151 checking Python version (3.*) (glob) (py3 !) | 147 checking Python version (3.*) (glob) (py3 !) |
152 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) | 148 checking Python lib (.*[Ll]ib.*)... (re) (no-pyoxidizer !) |
153 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) | 149 checking Python lib (.*pyoxidizer.*)... (re) (pyoxidizer !) |
154 checking Python security support (*) (glob) | 150 checking Python security support (*) (glob) |
155 TLS 1.2 not supported by Python install; network connections lack modern security (?) | 151 TLS 1.2 not supported by Python install; network connections lack modern security (?) |