tests/test-extension.t
changeset 18646 c6a81e54c209
parent 18267 5bb610f87d1d
child 18748 6e676fb6ea44
equal deleted inserted replaced
18645:76ff3a715cf2 18646:c6a81e54c209
   110   > 
   110   > 
   111   > application = hgweb('.', 'test repo')
   111   > application = hgweb('.', 'test repo')
   112   > wsgicgi.launch(application)
   112   > wsgicgi.launch(application)
   113   > EOF
   113   > EOF
   114 
   114 
   115   $ SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
   115   $ REQUEST_METHOD='GET' PATH_INFO='/' SCRIPT_NAME='' QUERY_STRING='' \
       
   116   >    SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
   116   >    | grep '^[0-9]) ' # ignores HTML output
   117   >    | grep '^[0-9]) ' # ignores HTML output
   117   1) foo imported
   118   1) foo imported
   118   1) bar imported
   119   1) bar imported
   119   2) foo uisetup
   120   2) foo uisetup
   120   2) bar uisetup
   121   2) bar uisetup