tests/test-extension.t
changeset 33262 8e6f4939a69a
parent 33132 c467d13334ee
child 33287 e26a3adc8f5c
equal deleted inserted replaced
33261:be49f3fdcd10 33262:8e6f4939a69a
   121   > application = hgweb('.', 'test repo')
   121   > application = hgweb('.', 'test repo')
   122   > wsgicgi.launch(application)
   122   > wsgicgi.launch(application)
   123   > EOF
   123   > EOF
   124   $ . "$TESTDIR/cgienv"
   124   $ . "$TESTDIR/cgienv"
   125 
   125 
   126   $ PATH_INFO='/' SCRIPT_NAME='' python hgweb.cgi \
   126   $ PATH_INFO='/' SCRIPT_NAME='' $PYTHON hgweb.cgi \
   127   >    | grep '^[0-9]) ' # ignores HTML output
   127   >    | grep '^[0-9]) ' # ignores HTML output
   128   1) foo imported
   128   1) foo imported
   129   1) bar imported
   129   1) bar imported
   130   2) foo uisetup
   130   2) foo uisetup
   131   2) bar uisetup
   131   2) bar uisetup