tests/test-extension
changeset 9802 4ce13d7c6b88
parent 9661 c4f6c02e33c4
child 10364 de1e7099d100
equal deleted inserted replaced
9801:8b7d4ab33b2b 9802:4ce13d7c6b88
    85 
    85 
    86 application = hgweb('.', 'test repo')
    86 application = hgweb('.', 'test repo')
    87 wsgicgi.launch(application)
    87 wsgicgi.launch(application)
    88 EOF
    88 EOF
    89 SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
    89 SCRIPT_NAME='/' SERVER_PORT='80' SERVER_NAME='localhost' python hgweb.cgi \
    90     | grep '^[[:digit:]]) [[:alnum:] ]*$'  # ignores HTML output
    90     | grep '^[0-9]) ' # ignores HTML output
    91 
    91 
    92 echo 'foo = !' >> $HGRCPATH
    92 echo 'foo = !' >> $HGRCPATH
    93 echo 'bar = !' >> $HGRCPATH
    93 echo 'bar = !' >> $HGRCPATH
    94 
    94 
    95 cd ..
    95 cd ..