tests/test-install.t
branchstable
changeset 24891 be4915009b09
parent 20741 f1dfef0a9352
child 27383 b1160299a175
equal deleted inserted replaced
24890:cba84b06b702 24891:be4915009b09
    22   checking username...
    22   checking username...
    23    no username supplied
    23    no username supplied
    24    (specify a username in your configuration file)
    24    (specify a username in your configuration file)
    25   1 problems detected, please check your install!
    25   1 problems detected, please check your install!
    26   [1]
    26   [1]
       
    27 
       
    28 path variables are expanded (~ is the same as $TESTTMP)
       
    29   $ mkdir tools
       
    30   $ touch tools/testeditor.exe
       
    31 #if execbit
       
    32   $ chmod 755 tools/testeditor.exe
       
    33 #endif
       
    34   $ hg debuginstall --config ui.editor=~/tools/testeditor.exe
       
    35   checking encoding (ascii)...
       
    36   checking Python executable (*) (glob)
       
    37   checking Python version (*) (glob)
       
    38   checking Python lib (*lib*)... (glob)
       
    39   checking installed modules (*mercurial)... (glob)
       
    40   checking templates (*mercurial?templates)... (glob)
       
    41   checking commit editor...
       
    42   checking username...
       
    43   no problems detected