tests/test-install.t
changeset 35520 711149d8e676
parent 35448 8251c4c4abdc
child 36236 564dec70b50c
equal deleted inserted replaced
35519:31fe397f2bda 35520:711149d8e676
    96   $ mkdir tools
    96   $ mkdir tools
    97   $ touch tools/testeditor.exe
    97   $ touch tools/testeditor.exe
    98 #if execbit
    98 #if execbit
    99   $ chmod 755 tools/testeditor.exe
    99   $ chmod 755 tools/testeditor.exe
   100 #endif
   100 #endif
   101   $ hg debuginstall --config ui.editor=~/tools/testeditor.exe
   101   $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
   102   checking encoding (ascii)...
   102   checking encoding (ascii)...
   103   checking Python executable (*) (glob)
   103   checking Python executable (*) (glob)
   104   checking Python version (*) (glob)
   104   checking Python version (*) (glob)
   105   checking Python lib (*lib*)... (glob)
   105   checking Python lib (*lib*)... (glob)
   106   checking Python security support (*) (glob)
   106   checking Python security support (*) (glob)
   114   checking available compression engines (*zlib*) (glob)
   114   checking available compression engines (*zlib*) (glob)
   115   checking available compression engines for wire protocol (*zlib*) (glob)
   115   checking available compression engines for wire protocol (*zlib*) (glob)
   116   checking "re2" regexp engine \((available|missing)\) (re)
   116   checking "re2" regexp engine \((available|missing)\) (re)
   117   checking templates (*mercurial?templates)... (glob)
   117   checking templates (*mercurial?templates)... (glob)
   118   checking default template (*mercurial?templates?map-cmdline.default) (glob)
   118   checking default template (*mercurial?templates?map-cmdline.default) (glob)
   119   checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
   119   checking commit editor... ($TESTTMP/tools/testeditor.exe)
   120   checking username (test)
   120   checking username (test)
   121   no problems detected
   121   no problems detected
   122 
   122 
   123 #if test-repo
   123 #if test-repo
   124   $ . "$TESTDIR/helpers-testrepo.sh"
   124   $ . "$TESTDIR/helpers-testrepo.sh"