tests/test-install.t
changeset 42652 684b56ade431
parent 42066 65ed223619ec
child 43006 d6f34ceb08db
equal deleted inserted replaced
42651:7f1df7019497 42652:684b56ade431
   151    (specify a commit editor in your configuration file)
   151    (specify a commit editor in your configuration file)
   152   checking username (test)
   152   checking username (test)
   153   1 problems detected, please check your install!
   153   1 problems detected, please check your install!
   154   [1]
   154   [1]
   155 
   155 
       
   156 debuginstall extension support
       
   157   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
       
   158   fsmonitor checking for watchman binary... (false)
       
   159    watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
       
   160 Verify the json works too:
       
   161   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
       
   162     "fsmonitor-watchman": "false",
       
   163     "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
       
   164 
       
   165 
   156 #if test-repo
   166 #if test-repo
   157   $ . "$TESTDIR/helpers-testrepo.sh"
   167   $ . "$TESTDIR/helpers-testrepo.sh"
   158 
   168 
   159   $ cat >> wixxml.py << EOF
   169   $ cat >> wixxml.py << EOF
   160   > import os
   170   > import os