tests/test-install.t
branchstable
changeset 30222 7b428b00a1d4
parent 29266 b3a677c82a35
child 30462 356406ac454f
equal deleted inserted replaced
30221:f2c5b9d48b29 30222:7b428b00a1d4
     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)
     6   checking Python lib (*lib*)... (glob)
     6   checking Python lib (*lib*)... (glob)
       
     7   checking Python security support (*) (glob)
       
     8     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 (?)
     7   checking Mercurial version (*) (glob)
    10   checking Mercurial version (*) (glob)
     8   checking Mercurial custom build (*) (glob)
    11   checking Mercurial custom build (*) (glob)
     9   checking module policy (*) (glob)
    12   checking module policy (*) (glob)
    10   checking installed modules (*mercurial)... (glob)
    13   checking installed modules (*mercurial)... (glob)
    11   checking templates (*mercurial?templates)... (glob)
    14   checking templates (*mercurial?templates)... (glob)
    31     "hgver": "*", (glob)
    34     "hgver": "*", (glob)
    32     "hgverextra": "*", (glob)
    35     "hgverextra": "*", (glob)
    33     "problems": 0,
    36     "problems": 0,
    34     "pythonexe": "*", (glob)
    37     "pythonexe": "*", (glob)
    35     "pythonlib": "*", (glob)
    38     "pythonlib": "*", (glob)
       
    39     "pythonsecurity": [*], (glob)
    36     "pythonver": "*.*.*", (glob)
    40     "pythonver": "*.*.*", (glob)
    37     "templatedirs": "*mercurial?templates", (glob)
    41     "templatedirs": "*mercurial?templates", (glob)
    38     "username": "test",
    42     "username": "test",
    39     "usernameerror": null,
    43     "usernameerror": null,
    40     "vinotfound": false
    44     "vinotfound": false
    45   $ HGUSER= hg debuginstall
    49   $ HGUSER= hg debuginstall
    46   checking encoding (ascii)...
    50   checking encoding (ascii)...
    47   checking Python executable (*) (glob)
    51   checking Python executable (*) (glob)
    48   checking Python version (2.*) (glob)
    52   checking Python version (2.*) (glob)
    49   checking Python lib (*lib*)... (glob)
    53   checking Python lib (*lib*)... (glob)
       
    54   checking Python security support (*) (glob)
       
    55     TLS 1.2 not supported by Python install; network connections lack modern security (?)
       
    56     SNI not supported by Python install; may have connectivity issues with some servers (?)
    50   checking Mercurial version (*) (glob)
    57   checking Mercurial version (*) (glob)
    51   checking Mercurial custom build (*) (glob)
    58   checking Mercurial custom build (*) (glob)
    52   checking module policy (*) (glob)
    59   checking module policy (*) (glob)
    53   checking installed modules (*mercurial)... (glob)
    60   checking installed modules (*mercurial)... (glob)
    54   checking templates (*mercurial?templates)... (glob)
    61   checking templates (*mercurial?templates)... (glob)
    69   $ hg debuginstall --config ui.editor=~/tools/testeditor.exe
    76   $ hg debuginstall --config ui.editor=~/tools/testeditor.exe
    70   checking encoding (ascii)...
    77   checking encoding (ascii)...
    71   checking Python executable (*) (glob)
    78   checking Python executable (*) (glob)
    72   checking Python version (*) (glob)
    79   checking Python version (*) (glob)
    73   checking Python lib (*lib*)... (glob)
    80   checking Python lib (*lib*)... (glob)
       
    81   checking Python security support (*) (glob)
       
    82     TLS 1.2 not supported by Python install; network connections lack modern security (?)
       
    83     SNI not supported by Python install; may have connectivity issues with some servers (?)
    74   checking Mercurial version (*) (glob)
    84   checking Mercurial version (*) (glob)
    75   checking Mercurial custom build (*) (glob)
    85   checking Mercurial custom build (*) (glob)
    76   checking module policy (*) (glob)
    86   checking module policy (*) (glob)
    77   checking installed modules (*mercurial)... (glob)
    87   checking installed modules (*mercurial)... (glob)
    78   checking templates (*mercurial?templates)... (glob)
    88   checking templates (*mercurial?templates)... (glob)