tests/test-install.t
changeset 40975 2465e0b27a0d
parent 40974 e1f759f1f691
child 41318 6e54caaed08d
equal deleted inserted replaced
40974:e1f759f1f691 40975:2465e0b27a0d
     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 version (2.*) (glob) (no-py3 !)
     5   checking Python version (2.*) (glob) (no-py3 !)
     6   checking Python version (3.*) (glob) (py3 !)
     6   checking Python version (3.*) (glob) (py3 !)
     7   checking Python lib (*lib*)... (glob)
     7   checking Python lib (.*[Ll]ib.*)... (re)
     8   checking Python security support (*) (glob)
     8   checking Python security support (*) (glob)
     9     TLS 1.2 not supported by Python install; network connections lack modern security (?)
     9     TLS 1.2 not supported by Python install; network connections lack modern security (?)
    10     SNI not supported by Python install; may have connectivity issues with some servers (?)
    10     SNI not supported by Python install; may have connectivity issues with some servers (?)
    11   checking Mercurial version (*) (glob)
    11   checking Mercurial version (*) (glob)
    12   checking Mercurial custom build (*) (glob)
    12   checking Mercurial custom build (*) (glob)
    58   $ HGUSER= hg debuginstall
    58   $ HGUSER= hg debuginstall
    59   checking encoding (ascii)...
    59   checking encoding (ascii)...
    60   checking Python executable (*) (glob)
    60   checking Python executable (*) (glob)
    61   checking Python version (2.*) (glob) (no-py3 !)
    61   checking Python version (2.*) (glob) (no-py3 !)
    62   checking Python version (3.*) (glob) (py3 !)
    62   checking Python version (3.*) (glob) (py3 !)
    63   checking Python lib (*lib*)... (glob)
    63   checking Python lib (.*[Ll]ib.*)... (re)
    64   checking Python security support (*) (glob)
    64   checking Python security support (*) (glob)
    65     TLS 1.2 not supported by Python install; network connections lack modern security (?)
    65     TLS 1.2 not supported by Python install; network connections lack modern security (?)
    66     SNI not supported by Python install; may have connectivity issues with some servers (?)
    66     SNI not supported by Python install; may have connectivity issues with some servers (?)
    67   checking Mercurial version (*) (glob)
    67   checking Mercurial version (*) (glob)
    68   checking Mercurial custom build (*) (glob)
    68   checking Mercurial custom build (*) (glob)
   103   $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
   103   $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
   104   checking encoding (ascii)...
   104   checking encoding (ascii)...
   105   checking Python executable (*) (glob)
   105   checking Python executable (*) (glob)
   106   checking Python version (2.*) (glob) (no-py3 !)
   106   checking Python version (2.*) (glob) (no-py3 !)
   107   checking Python version (3.*) (glob) (py3 !)
   107   checking Python version (3.*) (glob) (py3 !)
   108   checking Python lib (*lib*)... (glob)
   108   checking Python lib (.*[Ll]ib.*)... (re)
   109   checking Python security support (*) (glob)
   109   checking Python security support (*) (glob)
   110     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   110     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   111     SNI not supported by Python install; may have connectivity issues with some servers (?)
   111     SNI not supported by Python install; may have connectivity issues with some servers (?)
   112   checking Mercurial version (*) (glob)
   112   checking Mercurial version (*) (glob)
   113   checking Mercurial custom build (*) (glob)
   113   checking Mercurial custom build (*) (glob)
   128   $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall
   128   $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall
   129   checking encoding (ascii)...
   129   checking encoding (ascii)...
   130   checking Python executable (*) (glob)
   130   checking Python executable (*) (glob)
   131   checking Python version (2.*) (glob) (no-py3 !)
   131   checking Python version (2.*) (glob) (no-py3 !)
   132   checking Python version (3.*) (glob) (py3 !)
   132   checking Python version (3.*) (glob) (py3 !)
   133   checking Python lib (*lib*)... (glob)
   133   checking Python lib (.*[Ll]ib.*)... (re)
   134   checking Python security support (*) (glob)
   134   checking Python security support (*) (glob)
   135     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   135     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   136     SNI not supported by Python install; may have connectivity issues with some servers (?)
   136     SNI not supported by Python install; may have connectivity issues with some servers (?)
   137   checking Mercurial version (*) (glob)
   137   checking Mercurial version (*) (glob)
   138   checking Mercurial custom build (*) (glob)
   138   checking Mercurial custom build (*) (glob)