tests/test-install.t
changeset 40974 e1f759f1f691
parent 40369 ef6cab7930b3
child 40975 2465e0b27a0d
equal deleted inserted replaced
40973:97484e1d1834 40974:e1f759f1f691
     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 version (2.*) (glob)
     5   checking Python version (2.*) (glob) (no-py3 !)
       
     6   checking Python version (3.*) (glob) (py3 !)
     6   checking Python lib (*lib*)... (glob)
     7   checking Python lib (*lib*)... (glob)
     7   checking Python security support (*) (glob)
     8   checking Python security support (*) (glob)
     8     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 (?)
     9     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 (?)
    10   checking Mercurial version (*) (glob)
    11   checking Mercurial version (*) (glob)
    55 
    56 
    56 hg debuginstall with no username
    57 hg debuginstall with no username
    57   $ HGUSER= hg debuginstall
    58   $ HGUSER= hg debuginstall
    58   checking encoding (ascii)...
    59   checking encoding (ascii)...
    59   checking Python executable (*) (glob)
    60   checking Python executable (*) (glob)
    60   checking Python version (2.*) (glob)
    61   checking Python version (2.*) (glob) (no-py3 !)
       
    62   checking Python version (3.*) (glob) (py3 !)
    61   checking Python lib (*lib*)... (glob)
    63   checking Python lib (*lib*)... (glob)
    62   checking Python security support (*) (glob)
    64   checking Python security support (*) (glob)
    63     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 (?)
    64     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 (?)
    65   checking Mercurial version (*) (glob)
    67   checking Mercurial version (*) (glob)
    99   $ chmod 755 tools/testeditor.exe
   101   $ chmod 755 tools/testeditor.exe
   100 #endif
   102 #endif
   101   $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
   103   $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
   102   checking encoding (ascii)...
   104   checking encoding (ascii)...
   103   checking Python executable (*) (glob)
   105   checking Python executable (*) (glob)
   104   checking Python version (*) (glob)
   106   checking Python version (2.*) (glob) (no-py3 !)
       
   107   checking Python version (3.*) (glob) (py3 !)
   105   checking Python lib (*lib*)... (glob)
   108   checking Python lib (*lib*)... (glob)
   106   checking Python security support (*) (glob)
   109   checking Python security support (*) (glob)
   107     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 (?)
   108     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 (?)
   109   checking Mercurial version (*) (glob)
   112   checking Mercurial version (*) (glob)
   123 print out the binary post-shlexsplit in the error message when commit editor is
   126 print out the binary post-shlexsplit in the error message when commit editor is
   124 not found (this is intentionally using backslashes to mimic a windows usecase).
   127 not found (this is intentionally using backslashes to mimic a windows usecase).
   125   $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall
   128   $ HGEDITOR="c:\foo\bar\baz.exe -y -z" hg debuginstall
   126   checking encoding (ascii)...
   129   checking encoding (ascii)...
   127   checking Python executable (*) (glob)
   130   checking Python executable (*) (glob)
   128   checking Python version (*) (glob)
   131   checking Python version (2.*) (glob) (no-py3 !)
       
   132   checking Python version (3.*) (glob) (py3 !)
   129   checking Python lib (*lib*)... (glob)
   133   checking Python lib (*lib*)... (glob)
   130   checking Python security support (*) (glob)
   134   checking Python security support (*) (glob)
   131     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 (?)
   132     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 (?)
   133   checking Mercurial version (*) (glob)
   137   checking Mercurial version (*) (glob)
   238 since it's bin on most platforms but Scripts on Windows.
   242 since it's bin on most platforms but Scripts on Windows.
   239   $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
   243   $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
   240   $ ./installenv/*/hg debuginstall || cat pip.log
   244   $ ./installenv/*/hg debuginstall || cat pip.log
   241   checking encoding (ascii)...
   245   checking encoding (ascii)...
   242   checking Python executable (*) (glob)
   246   checking Python executable (*) (glob)
   243   checking Python version (2.*) (glob)
   247   checking Python version (2.*) (glob) (no-py3 !)
       
   248   checking Python version (3.*) (glob) (py3 !)
   244   checking Python lib (*)... (glob)
   249   checking Python lib (*)... (glob)
   245   checking Python security support (*) (glob)
   250   checking Python security support (*) (glob)
   246     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   251     TLS 1.2 not supported by Python install; network connections lack modern security (?)
   247     SNI not supported by Python install; may have connectivity issues with some servers (?)
   252     SNI not supported by Python install; may have connectivity issues with some servers (?)
   248   checking Mercurial version (*) (glob)
   253   checking Mercurial version (*) (glob)